#DDEAE5

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

Shades of White Ice #DDEAE5

Tints of White Ice #DDEAE5

Color information

#DDEAE5 (or 0xDDEAE5) is unknown color: approx 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

RGB221234229-
CMYK0.0600.020.08
HSL156.92º23.64%89.22%-
HSV(B)156.92º5.56%91.76%-
XYZ73.3879.8785.68-
YUV229.54127.69121.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 234 (91.80% 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 (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212342290.0600.020.08156.9223.6489.22
HexDDEAE560289d1859
Octal3353523456021023530131
Binary110111011110101011100101110010100010011101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>