#DAE5D1

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

Shades of Frostee #DAE5D1

Tints of Frostee #DAE5D1

Color information

#DAE5D1 (or 0xDAE5D1) is unknown color: approx Frostee. HEX triplet: DA, E5 and D1. RGB value is (218,229,209). Sum of RGB (Red+Green+Blue) = 218+229+209=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5D1 is #251A2E. Grayscale: #DFDFDF. Windows color (decimal): -2431535 or 13755866. OLE color: 13755866.

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

Color convert

RGB218229209-
CMYK0.0500.090.10
HSL93º27.78%85.88%-
HSV(B)93º8.73%89.8%-
XYZ68.4475.5571.3-
YUV223.43119.86124.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 229 (89.84% from 255) = 34.91%
BLUE value IS 209 (82.03% from 255) = 31.86%
R=33.23%
G=34.91%
B=31.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182292090.0500.090.109327.7885.88
HexDAE5D1509A5d1c56
Octal33234532150111213534126
Binary1101101011100101110100011010100110101011101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5D1; }

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

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

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

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

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

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

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

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