#D0CDBD

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

Shades of Quill Grey #D0CDBD

Tints of Quill Grey #D0CDBD

Color information

#D0CDBD (or 0xD0CDBD) is unknown color: approx Quill Grey. HEX triplet: D0, CD and BD. RGB value is (208,205,189). Sum of RGB (Red+Green+Blue) = 208+205+189=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDBD is #2F3242. Grayscale: #CCCCCC. Windows color (decimal): -3093059 or 12438992. OLE color: 12438992.

HSL color Cylindrical-coordinate representation of color #D0CDBD: hue angle of 50.53º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0CDBD is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB208205189-
CMYK00.010.090.18
HSL50.53º16.81%77.84%-
HSV(B)50.53º9.13%81.57%-
XYZ57.0360.7556.86-
YUV204.07119.49130.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.55%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=34.55%
G=34.05%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820518900.010.090.1850.5316.8177.84
HexD0CDBD0191233114e
Octal3203152750111226321116
Binary11010000110011011011110101100110010110011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDBD; }

 p { color: rgb(208,205,189); }

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

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

 a { background-color: rgb(208,205,189); }

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

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

 span { border-color: rgb(208,205,189); }

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