#DAE1BD

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

Shades of Frost #DAE1BD

Tints of Frost #DAE1BD

Color information

#DAE1BD (or 0xDAE1BD) is unknown color: approx Frost. HEX triplet: DA, E1 and BD. RGB value is (218,225,189). Sum of RGB (Red+Green+Blue) = 218+225+189=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1BD is #251E42. Grayscale: #DADADA. Windows color (decimal): -2432579 or 12444122. OLE color: 12444122.

HSL color Cylindrical-coordinate representation of color #DAE1BD: hue angle of 71.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAE1BD is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB218225189-
CMYK0.0300.160.12
HSL71.67º37.5%81.18%-
HSV(B)71.67º16%88.24%-
XYZ65.0272.4358.7-
YUV218.8111.18127.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=34.49%
G=35.60%
B=29.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251890.0300.160.1271.6737.581.18
HexDAE1BD3010C482651
Octal33234127530201411046121
Binary11011010111000011011110111010000110010010001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1BD; }

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

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

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

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

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

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

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

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