#DADDBA

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

Shades of Frost #DADDBA

Tints of Frost #DADDBA

Color information

#DADDBA (or 0xDADDBA) is unknown color: approx Frost. HEX triplet: DA, DD and BA. RGB value is (218,221,186). Sum of RGB (Red+Green+Blue) = 218+221+186=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDBA is #252245. Grayscale: #D8D8D8. Windows color (decimal): -2433606 or 12246490. OLE color: 12246490.

HSL color Cylindrical-coordinate representation of color #DADDBA: hue angle of 65.14º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DADDBA is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB218221186-
CMYK0.0100.160.13
HSL65.14º33.98%79.8%-
HSV(B)65.14º15.84%86.67%-
XYZ63.6370.1656.64-
YUV216.11111.01129.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=34.88%
G=35.36%
B=29.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211860.0100.160.1365.1433.9879.8
HexDADDBA1010D412250
Octal33233527210201510142120
Binary1101101011011101101110101010000110110000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDBA; }

 p { color: rgb(218,221,186); }

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

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

 a { background-color: rgb(218,221,186); }

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

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

 span { border-color: rgb(218,221,186); }

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