Color Hex Logo

#ddeff5 Color Hex

#DDEFF5
(221,239,245)
1 Favorites   0 Comments

Color spaces of #ddeff5

RGB 221239245
HSL0.540.550.91
HSV195°10°96°
CMYK 0.100.020.00   0.04
XYZ77.166783.697798.4744
Yxy83.69770.29760.3227
Hunter Lab91.4864-9.54070.2218
CIE-Lab93.3190-4.7577-4.9313

#ddeff5 color RGB value is (221,239,245).

#ddeff5 hex color red value is 221, green value is 239 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #ddeff5 hue: 0.54 , saturation: 0.55 and the lightness value of ddeff5 is 0.91.

The process color (four color CMYK) of #ddeff5 color hex is 0.10, 0.02, 0.00, 0.04. Web safe color of #ddeff5 is #ccffff. Color #ddeff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 11110101
Octal 335 357 365
Decimal 221 239 245
Hex DD EF F5

RGB Percentages of Color #ddeff5

%31.35
%33.90
%34.75

CMYK Percentages of Color #ddeff5

%10
%2
%0
%4

Triadic Colors of #ddeff5

#ddeff5 #f5ddef #eff5dd

Analogous Colors of #ddeff5

#ddeff5 #dde3f5 #ddf5ef

Monochromatic Colors of #ddeff5

#ddeff5

Complementary Color

#ddeff5 #f5e3dd

#ddeff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeff5 Color CSS Codes

.mybgcolor {background-color:#ddeff5; } 
.myforecolor {color:#ddeff5; }
.mybordercolor {border:3px solid #ddeff5; }

#ddeff5 Text Font Color

<p style="color:#ddeff5">Text here</p>

This sample text font color is #ddeff5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddeff5 Background Color

<div style="background-color:#ddeff5">
Div content here</div>

This div background color is #ddeff5


#ddeff5 Border Color

<div style="border:3px solid #ddeff5">
Div here</div>

This div border color is #ddeff5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,239,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddeff5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddeff5;
  -webkit-box-shadow: 1px 1px 3px 2px #ddeff5;
  box-shadow:         1px 1px 3px 2px #ddeff5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,239,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddeff5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddeff5;
  -webkit-box-shadow: 1px 1px 3px 2px #ddeff5;
  box-shadow:         1px 1px 3px 2px #ddeff5;">
Div content here</div>

This div box has shadow with color #ddeff5

Related Colors


Comments

No comments written yet.

Please login to write comment.