#DAE2BC

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

Shades of Frost #DAE2BC

Tints of Frost #DAE2BC

Color information

#DAE2BC (or 0xDAE2BC) is unknown color: approx Frost. HEX triplet: DA, E2 and BC. RGB value is (218,226,188). Sum of RGB (Red+Green+Blue) = 218+226+188=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2BC is #251D43. Grayscale: #DBDBDB. Windows color (decimal): -2432324 or 12378842. OLE color: 12378842.

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

Color convert

RGB218226188-
CMYK0.0400.170.11
HSL72.63º39.58%81.18%-
HSV(B)72.63º16.81%88.63%-
XYZ65.1972.9358.22-
YUV219.28110.35127.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 226 (88.67% from 255) = 35.76%
BLUE value IS 188 (73.83% from 255) = 29.75%
R=34.49%
G=35.76%
B=29.75%

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
Decimal2182261880.0400.170.1172.6339.5881.18
HexDAE2BC4011B492851
Octal33234227440211311150121
Binary110110101110001010111100100010001101110010011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2BC; }

 p { color: rgb(218,226,188); }

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

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

 a { background-color: rgb(218,226,188); }

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

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

 span { border-color: rgb(218,226,188); }

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