Html Css Color HEX #DAE2DF White Ice

📋 copy color: '#DAE2DF'

red 218 ◦ green 226 ◦ blue 223

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

Shades of White Ice #DAE2DF

Tints of White Ice #DAE2DF

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 value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#DAE2DF (or 0xDAE2DF) is known color: 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

RGB 218 226 223 -
CMYK 0.04 0 0.01 0.11
HSL 157.5º 0.12% 0.87% -
HSV(B) 157.5º 0.04% 0.89% -
XYZ 69.43 74.63 80.56 -
YUV 223.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 218 226 223 0.04 0 0.01 0.11 157.5 0.12 0.87
Hex DA E2 DF 4 0 1 B 9E C 57
Octal 332 342 337 4 0 1 13 236 14 127
Binary 11011010 11100010 11011111 100 0 1 1011 10011110 1100 1010111

Color Harmonies of #DAE2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE2DF

Black with #DAE2DF

Text Example


Text Example

White with #DAE2DF

Text Example


Text Example

HTML Codes & Css Web 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>