#DAE5D0

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

Shades of Frostee #DAE5D0

Tints of Frostee #DAE5D0

Color information

#DAE5D0 (or 0xDAE5D0) is unknown color: approx Frostee. HEX triplet: DA, E5 and D0. RGB value is (218,229,208). Sum of RGB (Red+Green+Blue) = 218+229+208=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5D0 is #251A2F. Grayscale: #DFDFDF. Windows color (decimal): -2431536 or 13690330. OLE color: 13690330.

HSL color Cylindrical-coordinate representation of color #DAE5D0: hue angle of 91.43º degrees, saturation: 0.29, 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 #DAE5D0 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB218229208-
CMYK0.0500.090.10
HSL91.43º28.77%85.69%-
HSV(B)91.43º9.17%89.8%-
XYZ68.3275.570.65-
YUV223.32119.36124.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 229 (89.84% from 255) = 34.96%
BLUE value IS 208 (81.64% from 255) = 31.76%
R=33.28%
G=34.96%
B=31.76%

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
Decimal2182292080.0500.090.1091.4328.7785.69
HexDAE5D0509A5b1d56
Octal33234532050111213335126
Binary1101101011100101110100001010100110101011011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5D0; }

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

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

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

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

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

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

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

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