#DAE5CC

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

Shades of Frostee #DAE5CC

Tints of Frostee #DAE5CC

Color information

#DAE5CC (or 0xDAE5CC) is unknown color: approx Frostee. HEX triplet: DA, E5 and CC. RGB value is (218,229,204). Sum of RGB (Red+Green+Blue) = 218+229+204=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5CC is #251A33. Grayscale: #DEDEDE. Windows color (decimal): -2431540 or 13428186. OLE color: 13428186.

HSL color Cylindrical-coordinate representation of color #DAE5CC: hue angle of 86.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAE5CC is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB218229204-
CMYK0.0500.110.10
HSL86.4º32.47%84.9%-
HSV(B)86.4º10.92%89.8%-
XYZ67.8375.368.09-
YUV222.86117.36124.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 229 (89.84% from 255) = 35.18%
BLUE value IS 204 (80.08% from 255) = 31.34%
R=33.49%
G=35.18%
B=31.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182292040.0500.110.1086.432.4784.9
HexDAE5CC50BA562055
Octal33234531450131212640125
Binary11011010111001011100110010101011101010101101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5CC; }

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

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

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

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

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

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

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

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