#DDEAE4

Color #DDEAE4 White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #DDEAE4

Tints of White Ice #DDEAE4

Color information

#DDEAE4 (or 0xDDEAE4) is unknown color: approx White Ice. HEX triplet: DD, EA and E4. RGB value is (221,234,228). Sum of RGB (Red+Green+Blue) = 221+234+228=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 228 (89.45% from 255 or 33.38% from 683); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAE4 is #22151B. Grayscale: #E5E5E5. Windows color (decimal): -2233628 or 15002333. OLE color: 15002333.

HSL color Cylindrical-coordinate representation of color #DDEAE4: hue angle of 152.31º 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 #DDEAE4 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB221234228-
CMYK0.0600.030.08
HSL152.31º23.64%89.22%-
HSV(B)152.31º5.56%91.76%-
XYZ73.2579.8284.95-
YUV229.43127.19121.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.36%
GREEN value IS 234 (91.80% from 255) = 34.26%
BLUE value IS 228 (89.45% from 255) = 33.38%
R=32.36%
G=34.26%
B=33.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212342280.0600.030.08152.3123.6489.22
HexDDEAE46038981859
Octal3353523446031023030131
Binary110111011110101011100100110011100010011000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAE4; }

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

 H1.HeaderClassName
 {
   color: #DDEAE4;
 }
 .AnyTagClassName
 {
   color: #DDEAE4;
 }
</style>
background-color css

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

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

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

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

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

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