#DAE3D2

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

Shades of Frostee #DAE3D2

Tints of Frostee #DAE3D2

Color information

#DAE3D2 (or 0xDAE3D2) is unknown color: approx Frostee. HEX triplet: DA, E3 and D2. RGB value is (218,227,210). Sum of RGB (Red+Green+Blue) = 218+227+210=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3D2 is #251C2D. Grayscale: #DEDEDE. Windows color (decimal): -2432046 or 13820890. OLE color: 13820890.

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

Color convert

RGB218227210-
CMYK0.0400.070.11
HSL91.76º23.29%85.69%-
HSV(B)91.76º7.49%89.02%-
XYZ68.0274.571.77-
YUV222.37121.02124.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 227 (89.06% from 255) = 34.66%
BLUE value IS 210 (82.42% from 255) = 32.06%
R=33.28%
G=34.66%
B=32.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182272100.0400.070.1191.7623.2985.69
HexDAE3D2407B5c1756
Octal3323433224071313427126
Binary110110101110001111010010100011110111011100101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3D2; }

 p { color: rgb(218,227,210); }

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

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

 a { background-color: rgb(218,227,210); }

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

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

 span { border-color: rgb(218,227,210); }

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