#DADCBD

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

Shades of Frost #DADCBD

Tints of Frost #DADCBD

Color information

#DADCBD (or 0xDADCBD) is unknown color: approx Frost. HEX triplet: DA, DC and BD. RGB value is (218,220,189). Sum of RGB (Red+Green+Blue) = 218+220+189=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCBD is #252342. Grayscale: #D7D7D7. Windows color (decimal): -2433859 or 12442842. OLE color: 12442842.

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

Color convert

RGB218220189-
CMYK0.0100.140.14
HSL63.87º30.69%80.2%-
HSV(B)63.87º14.09%86.27%-
XYZ63.6969.7758.25-
YUV215.87112.84129.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 189 (74.22% from 255) = 30.14%
R=34.77%
G=35.09%
B=30.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201890.0100.140.1463.8730.6980.2
HexDADCBD10EE401f50
Octal33233427510161610037120
Binary11011010110111001011110110111011101000000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCBD; }

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

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

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

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

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

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

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

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