#DAE4D1

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

Shades of Frostee #DAE4D1

Tints of Frostee #DAE4D1

Color information

#DAE4D1 (or 0xDAE4D1) is unknown color: approx Frostee. HEX triplet: DA, E4 and D1. RGB value is (218,228,209). Sum of RGB (Red+Green+Blue) = 218+228+209=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4D1 is #251B2E. Grayscale: #DEDEDE. Windows color (decimal): -2431791 or 13755610. OLE color: 13755610.

HSL color Cylindrical-coordinate representation of color #DAE4D1: hue angle of 91.58º degrees, saturation: 0.26, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE4D1 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB218228209-
CMYK0.0400.080.11
HSL91.58º26.03%85.69%-
HSV(B)91.58º8.33%89.41%-
XYZ68.177571.2-
YUV222.84120.19124.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 209 (82.03% from 255) = 31.91%
R=33.28%
G=34.81%
B=31.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182282090.0400.080.1191.5826.0385.69
HexDAE4D1408B5c1a56
Octal33234432140101313432126
Binary1101101011100100110100011000100010111011100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4D1; }

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

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

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

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

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

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

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

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