#DAE3D0

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

Shades of Frostee #DAE3D0

Tints of Frostee #DAE3D0

Color information

#DAE3D0 (or 0xDAE3D0) is unknown color: approx Frostee. HEX triplet: DA, E3 and D0. RGB value is (218,227,208). Sum of RGB (Red+Green+Blue) = 218+227+208=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3D0 is #251C2F. Grayscale: #DEDEDE. Windows color (decimal): -2432048 or 13689818. OLE color: 13689818.

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

Color convert

RGB218227208-
CMYK0.0400.080.11
HSL88.42º25.33%85.29%-
HSV(B)88.42º8.37%89.02%-
XYZ67.7774.470.46-
YUV222.14120.02125.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 227 (89.06% from 255) = 34.76%
BLUE value IS 208 (81.64% from 255) = 31.85%
R=33.38%
G=34.76%
B=31.85%

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
Decimal2182272080.0400.080.1188.4225.3385.29
HexDAE3D0408B581955
Octal33234332040101313031125
Binary1101101011100011110100001000100010111011000110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3D0; }

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

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

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

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

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

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

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

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