Html Css Color HEX #DAECC9 Frostee

📋 copy color: '#DAECC9'

red 218 ◦ green 236 ◦ blue 201

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

Shades of Frostee #DAECC9

Tints of Frostee #DAECC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 30.69%

R = 33.28%
G = 36.03%
B = 30.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#DAECC9 (or 0xDAECC9) is known color: Frostee. HEX triplet: DA, EC and C9. RGB value is (218,236,201). Sum of RGB (Red+Green+Blue) = 218+236+201=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECC9 is #251336. Grayscale: #E2E2E2. Windows color (decimal): -2429751 or 13233370. OLE color: 13233370.

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

Color convert

RGB 218 236 201 -
CMYK 0.08 0 0.15 0.07
HSL 90.86º 0.48% 0.86% -
HSV(B) 90.86º 0.15% 0.93% -
XYZ 69.45 79.11 66.87 -
YUV 226.63 113.54 121.85 -
System Red Green Blue C M Y K H S L
Decimal 218 236 201 0.08 0 0.15 0.07 90.86 0.48 0.86
Hex DA EC C9 8 0 F 7 5B 30 56
Octal 332 354 311 10 0 17 7 133 60 126
Binary 11011010 11101100 11001001 1000 0 1111 111 1011011 110000 1010110

Color Harmonies of #DAECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAECC9

Black with #DAECC9

Text Example


Text Example

White with #DAECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAECC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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