Html Css Color HEX #DAEFE4 White Ice

📋 copy color: '#DAEFE4'

red 218 ◦ green 239 ◦ blue 228

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

Shades of White Ice #DAEFE4

Tints of White Ice #DAEFE4

RGB

 RED value IS 218 (85.55% from 255) = 31.82%

 GREEN value IS 239 (93.75% from 255) = 34.89%

 BLUE value IS 228 (89.45% from 255) = 33.28%

R = 31.82%
G = 34.89%
B = 33.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#DAEFE4 (or 0xDAEFE4) is known color: White Ice. HEX triplet: DA, EF and E4. RGB value is (218,239,228). Sum of RGB (Red+Green+Blue) = 218+239+228=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFE4 is #25101B. Grayscale: #E7E7E7. Windows color (decimal): -2428956 or 15003610. OLE color: 15003610.

HSL color Cylindrical-coordinate representation of color #DAEFE4: hue angle of 148.57º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEFE4 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 239 228 -
CMYK 0.09 0 0.05 0.06
HSL 148.57º 0.4% 0.9% -
HSV(B) 148.57º 0.09% 0.94% -
XYZ 73.78 82.24 85.38 -
YUV 231.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 218 239 228 0.09 0 0.05 0.06 148.57 0.4 0.9
Hex DA EF E4 9 0 5 6 95 28 5A
Octal 332 357 344 11 0 5 6 225 50 132
Binary 11011010 11101111 11100100 1001 0 101 110 10010101 101000 1011010

Color Harmonies of #DAEFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFE4

Black with #DAEFE4

Text Example


Text Example

White with #DAEFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFE4; }

 p { color: rgb(218,239,228); }

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

background-color css

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

 a { background-color: rgb(218,239,228); }

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

border-color css

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

 span { border-color: rgb(218,239,228); }

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