Html Css Color HEX #DAECE2 White Ice

📋 copy color: '#DAECE2'

red 218 ◦ green 236 ◦ blue 226

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

Shades of White Ice #DAECE2

Tints of White Ice #DAECE2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.71%

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

R = 32.06%
G = 34.71%
B = 33.24%

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

#DAECE2 (or 0xDAECE2) is known color: White Ice. HEX triplet: DA, EC and E2. RGB value is (218,236,226). Sum of RGB (Red+Green+Blue) = 218+236+226=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECE2 is #25131D. Grayscale: #E5E5E5. Windows color (decimal): -2429726 or 14871770. OLE color: 14871770.

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

Color convert

RGB 218 236 226 -
CMYK 0.08 0 0.04 0.07
HSL 146.67º 0.32% 0.89% -
HSV(B) 146.67º 0.08% 0.93% -
XYZ 72.64 80.39 83.64 -
YUV 229.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 218 236 226 0.08 0 0.04 0.07 146.67 0.32 0.89
Hex DA EC E2 8 0 4 7 93 20 59
Octal 332 354 342 10 0 4 7 223 40 131
Binary 11011010 11101100 11100010 1000 0 100 111 10010011 100000 1011001

Color Harmonies of #DAECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAECE2

Black with #DAECE2

Text Example


Text Example

White with #DAECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAECE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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