Html Css Color HEX #DAEEE2 White Ice

📋 copy color: '#DAEEE2'

red 218 ◦ green 238 ◦ blue 226

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

Shades of White Ice #DAEEE2

Tints of White Ice #DAEEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.14%

R = 31.96%
G = 34.9%
B = 33.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#DAEEE2 (or 0xDAEEE2) is known color: White Ice. HEX triplet: DA, EE and E2. RGB value is (218,238,226). Sum of RGB (Red+Green+Blue) = 218+238+226=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEE2 is #25111D. Grayscale: #E6E6E6. Windows color (decimal): -2429214 or 14872282. OLE color: 14872282.

HSL color Cylindrical-coordinate representation of color #DAEEE2: hue angle of 144º 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 #DAEEE2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 238 226 -
CMYK 0.08 0 0.05 0.07
HSL 144º 0.37% 0.89% -
HSV(B) 144º 0.08% 0.93% -
XYZ 73.22 81.55 83.83 -
YUV 230.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 218 238 226 0.08 0 0.05 0.07 144 0.37 0.89
Hex DA EE E2 8 0 5 7 90 25 59
Octal 332 356 342 10 0 5 7 220 45 131
Binary 11011010 11101110 11100010 1000 0 101 111 10010000 100101 1011001

Color Harmonies of #DAEEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEE2

Black with #DAEEE2

Text Example


Text Example

White with #DAEEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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