Html Css Color HEX #DAEECC Frostee

📋 copy color: '#DAEECC'

red 218 ◦ green 238 ◦ blue 204

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

Shades of Frostee #DAEECC

Tints of Frostee #DAEECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.91%

R = 33.03%
G = 36.06%
B = 30.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#DAEECC (or 0xDAEECC) is known color: Frostee. HEX triplet: DA, EE and CC. RGB value is (218,238,204). Sum of RGB (Red+Green+Blue) = 218+238+204=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEECC is #251133. Grayscale: #E4E4E4. Windows color (decimal): -2429236 or 13430490. OLE color: 13430490.

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

Color convert

RGB 218 238 204 -
CMYK 0.08 0 0.14 0.07
HSL 95.29º 0.5% 0.87% -
HSV(B) 95.29º 0.14% 0.93% -
XYZ 70.39 80.41 68.94 -
YUV 228.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 218 238 204 0.08 0 0.14 0.07 95.29 0.5 0.87
Hex DA EE CC 8 0 E 7 5F 32 57
Octal 332 356 314 10 0 16 7 137 62 127
Binary 11011010 11101110 11001100 1000 0 1110 111 1011111 110010 1010111

Color Harmonies of #DAEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEECC

Black with #DAEECC

Text Example


Text Example

White with #DAEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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