Html Css Color HEX #DAECC3 Frostee

📋 copy color: '#DAECC3'

red 218 ◦ green 236 ◦ blue 195

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

Shades of Frostee #DAECC3

Tints of Frostee #DAECC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.05%

R = 33.59%
G = 36.36%
B = 30.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#DAECC3 (or 0xDAECC3) is known color: Frostee. HEX triplet: DA, EC and C3. RGB value is (218,236,195). Sum of RGB (Red+Green+Blue) = 218+236+195=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 195 (76.56% from 255 or 30.05% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECC3 is #25133C. Grayscale: #E2E2E2. Windows color (decimal): -2429757 or 12840154. OLE color: 12840154.

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

Color convert

RGB 218 236 195 -
CMYK 0.08 0 0.17 0.07
HSL 86.34º 0.52% 0.85% -
HSV(B) 86.34º 0.17% 0.93% -
XYZ 68.76 78.84 63.22 -
YUV 225.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 218 236 195 0.08 0 0.17 0.07 86.34 0.52 0.85
Hex DA EC C3 8 0 11 7 56 34 55
Octal 332 354 303 10 0 21 7 126 64 125
Binary 11011010 11101100 11000011 1000 0 10001 111 1010110 110100 1010101

Color Harmonies of #DAECC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAECC3

Black with #DAECC3

Text Example


Text Example

White with #DAECC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAECC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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