#D0CCBB

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

Shades of Quill Grey #D0CCBB

Tints of Quill Grey #D0CCBB

Color information

#D0CCBB (or 0xD0CCBB) is unknown color: approx Quill Grey. HEX triplet: D0, CC and BB. RGB value is (208,204,187). Sum of RGB (Red+Green+Blue) = 208+204+187=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCBB is #2F3344. Grayscale: #CBCBCB. Windows color (decimal): -3093317 or 12307664. OLE color: 12307664.

HSL color Cylindrical-coordinate representation of color #D0CCBB: hue angle of 48.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0CCBB is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB208204187-
CMYK00.020.100.18
HSL48.57º18.26%77.45%-
HSV(B)48.57º10.1%81.57%-
XYZ56.5760.1855.65-
YUV203.26118.83131.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.72%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=34.72%
G=34.06%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820418700.020.100.1848.5718.2677.45
HexD0CCBB02A1231124d
Octal3203142730212226122115
Binary110100001100110010111011010101010010110001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCBB; }

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

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

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

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

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

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

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

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