Html Css Color HEX #DAEEE5 White Ice

📋 copy color: '#DAEEE5'

red 218 ◦ green 238 ◦ blue 229

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

Shades of White Ice #DAEEE5

Tints of White Ice #DAEEE5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.74%

 BLUE value IS 229 (89.84% from 255) = 33.43%

R = 31.82%
G = 34.74%
B = 33.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#DAEEE5 (or 0xDAEEE5) is known color: White Ice. HEX triplet: DA, EE and E5. RGB value is (218,238,229). Sum of RGB (Red+Green+Blue) = 218+238+229=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEE5 is #25111A. Grayscale: #E7E7E7. Windows color (decimal): -2429211 or 15068890. OLE color: 15068890.

HSL color Cylindrical-coordinate representation of color #DAEEE5: hue angle of 153º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEEE5 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 238 229 -
CMYK 0.08 0 0.04 0.07
HSL 153º 0.37% 0.89% -
HSV(B) 153º 0.08% 0.93% -
XYZ 73.63 81.71 86.02 -
YUV 230.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 218 238 229 0.08 0 0.04 0.07 153 0.37 0.89
Hex DA EE E5 8 0 4 7 99 25 59
Octal 332 356 345 10 0 4 7 231 45 131
Binary 11011010 11101110 11100101 1000 0 100 111 10011001 100101 1011001

Color Harmonies of #DAEEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEE5

Black with #DAEEE5

Text Example


Text Example

White with #DAEEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEE5; }

 p { color: rgb(218,238,229); }

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

background-color css

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

 a { background-color: rgb(218,238,229); }

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

border-color css

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

 span { border-color: rgb(218,238,229); }

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