#DAE8CD

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

Shades of Frostee #DAE8CD

Tints of Frostee #DAE8CD

Color information

#DAE8CD (or 0xDAE8CD) is unknown color: approx Frostee. HEX triplet: DA, E8 and CD. RGB value is (218,232,205). Sum of RGB (Red+Green+Blue) = 218+232+205=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8CD is #251732. Grayscale: #E0E0E0. Windows color (decimal): -2430771 or 13494490. OLE color: 13494490.

HSL color Cylindrical-coordinate representation of color #DAE8CD: hue angle of 91.11º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE8CD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB218232205-
CMYK0.0600.120.09
HSL91.11º36.99%85.69%-
HSV(B)91.11º11.64%90.98%-
XYZ68.7977.0369-
YUV224.74116.86123.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 232 (91.02% from 255) = 35.42%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=33.28%
G=35.42%
B=31.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182322050.0600.120.0991.1136.9985.69
HexDAE8CD60C95b2556
Octal33235031560141113345126
Binary11011010111010001100110111001100100110110111001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8CD; }

 p { color: rgb(218,232,205); }

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

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

 a { background-color: rgb(218,232,205); }

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

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

 span { border-color: rgb(218,232,205); }

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