#D0CCBD

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

Shades of Quill Grey #D0CCBD

Tints of Quill Grey #D0CCBD

Color information

#D0CCBD (or 0xD0CCBD) is unknown color: approx Quill Grey. HEX triplet: D0, CC and BD. RGB value is (208,204,189). Sum of RGB (Red+Green+Blue) = 208+204+189=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCBD is #2F3342. Grayscale: #CBCBCB. Windows color (decimal): -3093315 or 12438736. OLE color: 12438736.

HSL color Cylindrical-coordinate representation of color #D0CCBD: hue angle of 47.37º 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 #D0CCBD is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB208204189-
CMYK00.020.090.18
HSL47.37º16.81%77.84%-
HSV(B)47.37º9.13%81.57%-
XYZ56.7960.2756.78-
YUV203.49119.83131.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=34.61%
G=33.94%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820418900.020.090.1847.3716.8177.84
HexD0CCBD029122f114e
Octal3203142750211225721116
Binary110100001100110010111101010100110010101111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCBD; }

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

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

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

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

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

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

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

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