#DAE4CD

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

Shades of Frostee #DAE4CD

Tints of Frostee #DAE4CD

Color information

#DAE4CD (or 0xDAE4CD) is unknown color: approx Frostee. HEX triplet: DA, E4 and CD. RGB value is (218,228,205). Sum of RGB (Red+Green+Blue) = 218+228+205=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4CD is #251B32. Grayscale: #DEDEDE. Windows color (decimal): -2431795 or 13493466. OLE color: 13493466.

HSL color Cylindrical-coordinate representation of color #DAE4CD: hue angle of 86.09º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE4CD is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB218228205-
CMYK0.0400.100.11
HSL86.09º29.87%84.9%-
HSV(B)86.09º10.09%89.41%-
XYZ67.6874.868.63-
YUV222.39118.19124.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 228 (89.45% from 255) = 35.02%
BLUE value IS 205 (80.47% from 255) = 31.49%
R=33.49%
G=35.02%
B=31.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182282050.0400.100.1186.0929.8784.9
HexDAE4CD40AB561e55
Octal33234431540121312636125
Binary1101101011100100110011011000101010111010110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4CD; }

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

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

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

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

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

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

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

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