#DAE6CC

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

Shades of Frostee #DAE6CC

Tints of Frostee #DAE6CC

Color information

#DAE6CC (or 0xDAE6CC) is unknown color: approx Frostee. HEX triplet: DA, E6 and CC. RGB value is (218,230,204). Sum of RGB (Red+Green+Blue) = 218+230+204=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6CC is #251933. Grayscale: #DFDFDF. Windows color (decimal): -2431284 or 13428442. OLE color: 13428442.

HSL color Cylindrical-coordinate representation of color #DAE6CC: hue angle of 87.69º degrees, saturation: 0.34, 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 #DAE6CC is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB218230204-
CMYK0.0500.110.10
HSL87.69º34.21%85.1%-
HSV(B)87.69º11.3%90.2%-
XYZ68.1175.8668.18-
YUV223.45117.02124.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 230 (90.23% from 255) = 35.28%
BLUE value IS 204 (80.08% from 255) = 31.29%
R=33.44%
G=35.28%
B=31.29%

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
Decimal2182302040.0500.110.1087.6934.2185.1
HexDAE6CC50BA582255
Octal33234631450131213042125
Binary11011010111001101100110010101011101010110001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6CC; }

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

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

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

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

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

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

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

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