#DAE3BD

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

Shades of Frost #DAE3BD

Tints of Frost #DAE3BD

Color information

#DAE3BD (or 0xDAE3BD) is unknown color: approx Frost. HEX triplet: DA, E3 and BD. RGB value is (218,227,189). Sum of RGB (Red+Green+Blue) = 218+227+189=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3BD is #251C42. Grayscale: #DCDCDC. Windows color (decimal): -2432067 or 12444634. OLE color: 12444634.

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

Color convert

RGB218227189-
CMYK0.0400.170.11
HSL74.21º40.43%81.57%-
HSV(B)74.21º16.74%89.02%-
XYZ65.5773.5258.88-
YUV219.98110.52126.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 227 (89.06% from 255) = 35.80%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=34.38%
G=35.80%
B=29.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182271890.0400.170.1174.2140.4381.57
HexDAE3BD4011B4a2852
Octal33234327540211311250122
Binary110110101110001110111101100010001101110010101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3BD; }

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

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

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

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

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

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

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

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