#DAE6CE

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

Shades of Frostee #DAE6CE

Tints of Frostee #DAE6CE

Color information

#DAE6CE (or 0xDAE6CE) is unknown color: approx Frostee. HEX triplet: DA, E6 and CE. RGB value is (218,230,206). Sum of RGB (Red+Green+Blue) = 218+230+206=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6CE is #251931. Grayscale: #DFDFDF. Windows color (decimal): -2431282 or 13559514. OLE color: 13559514.

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

Color convert

RGB218230206-
CMYK0.0500.100.10
HSL90º32.43%85.49%-
HSV(B)90º10.43%90.2%-
XYZ68.3575.9669.45-
YUV223.68118.02123.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 230 (90.23% from 255) = 35.17%
BLUE value IS 206 (80.86% from 255) = 31.50%
R=33.33%
G=35.17%
B=31.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182302060.0500.100.109032.4385.49
HexDAE6CE50AA5a2055
Octal33234631650121213240125
Binary11011010111001101100111010101010101010110101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6CE; }

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

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

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

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

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

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

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

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