#DAE2DF

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

Shades of White Ice #DAE2DF

Tints of White Ice #DAE2DF

Color information

#DAE2DF (or 0xDAE2DF) is unknown color: approx White Ice. HEX triplet: DA, E2 and DF. RGB value is (218,226,223). Sum of RGB (Red+Green+Blue) = 218+226+223=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2DF is #251D20. Grayscale: #DFDFDF. Windows color (decimal): -2432289 or 14672602. OLE color: 14672602.

HSL color Cylindrical-coordinate representation of color #DAE2DF: hue angle of 157.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAE2DF is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB218226223-
CMYK0.0400.010.11
HSL157.5º12.12%87.06%-
HSV(B)157.5º3.54%88.63%-
XYZ69.4374.6380.56-
YUV223.27127.85124.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 226 (88.67% from 255) = 33.88%
BLUE value IS 223 (87.5% from 255) = 33.43%
R=32.68%
G=33.88%
B=33.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182262230.0400.010.11157.512.1287.06
HexDAE2DF401B9dc57
Octal3323423374011323514127
Binary1101101011100010110111111000110111001110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2DF; }

 p { color: rgb(218,226,223); }

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

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

 a { background-color: rgb(218,226,223); }

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

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

 span { border-color: rgb(218,226,223); }

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