#DADDBD

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

Shades of Frost #DADDBD

Tints of Frost #DADDBD

Color information

#DADDBD (or 0xDADDBD) is unknown color: approx Frost. HEX triplet: DA, DD and BD. RGB value is (218,221,189). Sum of RGB (Red+Green+Blue) = 218+221+189=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDBD is #252242. Grayscale: #D8D8D8. Windows color (decimal): -2433603 or 12443098. OLE color: 12443098.

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

Color convert

RGB218221189-
CMYK0.0100.140.13
HSL65.62º32%80.39%-
HSV(B)65.62º14.48%86.67%-
XYZ63.9670.2958.34-
YUV216.46112.51129.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.71%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 189 (74.22% from 255) = 30.10%
R=34.71%
G=35.19%
B=30.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211890.0100.140.1365.623280.39
HexDADDBD10ED422050
Octal33233527510161510240120
Binary110110101101110110111101101110110110000101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDBD; }

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

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

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

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

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

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

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

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