#DAE1D5

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

Shades of Frostee #DAE1D5

Tints of Frostee #DAE1D5

Color information

#DAE1D5 (or 0xDAE1D5) is unknown color: approx Frostee. HEX triplet: DA, E1 and D5. RGB value is (218,225,213). Sum of RGB (Red+Green+Blue) = 218+225+213=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1D5 is #251E2A. Grayscale: #DDDDDD. Windows color (decimal): -2432555 or 14016986. OLE color: 14016986.

HSL color Cylindrical-coordinate representation of color #DAE1D5: hue angle of 95º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE1D5 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB218225213-
CMYK0.0300.050.12
HSL95º16.67%85.88%-
HSV(B)95º5.33%88.24%-
XYZ67.8573.5673.57-
YUV221.54123.18125.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 225 (88.28% from 255) = 34.30%
BLUE value IS 213 (83.59% from 255) = 32.47%
R=33.23%
G=34.30%
B=32.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182252130.0300.050.129516.6785.88
HexDAE1D5305C5f1156
Octal3323413253051413721126
Binary11011010111000011101010111010111001011111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1D5; }

 p { color: rgb(218,225,213); }

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

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

 a { background-color: rgb(218,225,213); }

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

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

 span { border-color: rgb(218,225,213); }

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