Html Css Color HEX #DAECC4 Frostee

📋 copy color: '#DAECC4'

red 218 ◦ green 236 ◦ blue 196

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

Shades of Frostee #DAECC4

Tints of Frostee #DAECC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.15%

R = 33.54%
G = 36.31%
B = 30.15%

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

#DAECC4 (or 0xDAECC4) is known color: Frostee. HEX triplet: DA, EC and C4. RGB value is (218,236,196). Sum of RGB (Red+Green+Blue) = 218+236+196=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECC4 is #25133B. Grayscale: #E2E2E2. Windows color (decimal): -2429756 or 12905690. OLE color: 12905690.

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

Color convert

RGB 218 236 196 -
CMYK 0.08 0 0.17 0.07
HSL 87º 0.51% 0.85% -
HSV(B) 87º 0.17% 0.93% -
XYZ 68.87 78.88 63.82 -
YUV 226.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 218 236 196 0.08 0 0.17 0.07 87 0.51 0.85
Hex DA EC C4 8 0 11 7 57 33 55
Octal 332 354 304 10 0 21 7 127 63 125
Binary 11011010 11101100 11000100 1000 0 10001 111 1010111 110011 1010101

Color Harmonies of #DAECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAECC4

Black with #DAECC4

Text Example


Text Example

White with #DAECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAECC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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