Html Css Color HEX #DAECC7 Frostee

📋 copy color: '#DAECC7'

red 218 ◦ green 236 ◦ blue 199

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

Shades of Frostee #DAECC7

Tints of Frostee #DAECC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 30.47%

R = 33.38%
G = 36.14%
B = 30.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#DAECC7 (or 0xDAECC7) is known color: Frostee. HEX triplet: DA, EC and C7. RGB value is (218,236,199). Sum of RGB (Red+Green+Blue) = 218+236+199=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 199 (78.12% from 255 or 30.47% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECC7 is #251338. Grayscale: #E2E2E2. Windows color (decimal): -2429753 or 13102298. OLE color: 13102298.

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

Color convert

RGB 218 236 199 -
CMYK 0.08 0 0.16 0.07
HSL 89.19º 0.49% 0.85% -
HSV(B) 89.19º 0.16% 0.93% -
XYZ 69.22 79.02 65.64 -
YUV 226.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 218 236 199 0.08 0 0.16 0.07 89.19 0.49 0.85
Hex DA EC C7 8 0 10 7 59 31 55
Octal 332 354 307 10 0 20 7 131 61 125
Binary 11011010 11101100 11000111 1000 0 10000 111 1011001 110001 1010101

Color Harmonies of #DAECC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAECC7

Black with #DAECC7

Text Example


Text Example

White with #DAECC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAECC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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