#DAECCC

Color #DAECCC Frostee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frostee #DAECCC

Tints of Frostee #DAECCC

Color information

#DAECCC (or 0xDAECCC) is unknown color: approx Frostee. HEX triplet: DA, EC and CC. RGB value is (218,236,204). Sum of RGB (Red+Green+Blue) = 218+236+204=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECCC is #251333. Grayscale: #E3E3E3. Windows color (decimal): -2429748 or 13429978. OLE color: 13429978.

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

Color convert

RGB218236204-
CMYK0.0800.140.07
HSL93.75º45.71%86.27%-
HSV(B)93.75º13.56%92.55%-
XYZ69.8179.2668.75-
YUV226.97115.04121.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.13%
GREEN value IS 236 (92.58% from 255) = 35.87%
BLUE value IS 204 (80.08% from 255) = 31.00%
R=33.13%
G=35.87%
B=31.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182362040.0800.140.0793.7545.7186.27
HexDAECCC80E75e2e56
Octal33235431410016713656126
Binary11011010111011001100110010000111011110111101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECCC; }

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

 H1.HeaderClassName
 {
   color: #DAECCC;
 }
 .AnyTagClassName
 {
   color: #DAECCC;
 }
</style>
background-color css

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

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

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

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

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

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