Html Css Color HEX #DDEAE5 White Ice

📋 copy color: '#DDEAE5'

red 221 ◦ green 234 ◦ blue 229

#DDEAE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Ice #DDEAE5

Tints of White Ice #DDEAE5

RGB

 RED value IS 221 (86.72% from 255) = 32.31%

 GREEN value IS 234 (91.8% from 255) = 34.21%

 BLUE value IS 229 (89.84% from 255) = 33.48%

R = 32.31%
G = 34.21%
B = 33.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDEAE5 (or 0xDDEAE5) is known color: White Ice. HEX triplet: DD, EA and E5. RGB value is (221,234,229). Sum of RGB (Red+Green+Blue) = 221+234+229=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAE5 is #22151A. Grayscale: #E5E5E5. Windows color (decimal): -2233627 or 15067869. OLE color: 15067869.

HSL color Cylindrical-coordinate representation of color #DDEAE5: hue angle of 156.92º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDEAE5 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 229 -
CMYK 0.06 0 0.02 0.08
HSL 156.92º 0.24% 0.89% -
HSV(B) 156.92º 0.06% 0.92% -
XYZ 73.38 79.87 85.68 -
YUV 229.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 221 234 229 0.06 0 0.02 0.08 156.92 0.24 0.89
Hex DD EA E5 6 0 2 8 9D 18 59
Octal 335 352 345 6 0 2 10 235 30 131
Binary 11011101 11101010 11100101 110 0 10 1000 10011101 11000 1011001

Color Harmonies of #DDEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAE5

Black with #DDEAE5

Text Example


Text Example

White with #DDEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEAE5; }

 p { color: rgb(221,234,229); }

 H1.HeaderClassName
 {
   color: #DDEAE5;
 }
 .AnyTagClassName
 {
   color: #DDEAE5;
 }
</style>

background-color css

<style>
 a { background-color: #DDEAE5; }

 a { background-color: rgb(221,234,229); }

 div.DivClassName
 {
   background-color: #DDEAE5;
 }
 .BgClassName
 {
   background-color: #DDEAE5;
 }
</style>

border-color css

<style>
 span { border-color: #DDEAE5; }

 span { border-color: rgb(221,234,229); }

 td.TdClassName
 {
   border-color: #DDEAE5;
 }
 .TagClassName
 {
   border-color: #DDEAE5;
 }
</style>