#DAE6CF

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

Shades of Frostee #DAE6CF

Tints of Frostee #DAE6CF

Color information

#DAE6CF (or 0xDAE6CF) is unknown color: approx Frostee. HEX triplet: DA, E6 and CF. RGB value is (218,230,207). Sum of RGB (Red+Green+Blue) = 218+230+207=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6CF is #251930. Grayscale: #DFDFDF. Windows color (decimal): -2431281 or 13625050. OLE color: 13625050.

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

Color convert

RGB218230207-
CMYK0.0500.100.10
HSL91.3º31.51%85.69%-
HSV(B)91.3º10%90.2%-
XYZ68.477670.09-
YUV223.79118.52123.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 230 (90.23% from 255) = 35.11%
BLUE value IS 207 (81.25% from 255) = 31.60%
R=33.28%
G=35.11%
B=31.60%

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
Decimal2182302070.0500.100.1091.331.5185.69
HexDAE6CF50AA5b2056
Octal33234631750121213340126
Binary11011010111001101100111110101010101010110111000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6CF; }

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

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

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

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

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

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

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

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