#D0CCBE

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

Shades of Quill Grey #D0CCBE

Tints of Quill Grey #D0CCBE

Color information

#D0CCBE (or 0xD0CCBE) is unknown color: approx Quill Grey. HEX triplet: D0, CC and BE. RGB value is (208,204,190). Sum of RGB (Red+Green+Blue) = 208+204+190=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCBE is #2F3341. Grayscale: #CBCBCB. Windows color (decimal): -3093314 or 12504272. OLE color: 12504272.

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

Color convert

RGB208204190-
CMYK00.020.090.18
HSL46.67º16.07%78.04%-
HSV(B)46.67º8.65%81.57%-
XYZ56.960.3157.36-
YUV203.6120.33131.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.55%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=34.55%
G=33.89%
B=31.56%

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
Decimal20820419000.020.090.1846.6716.0778.04
HexD0CCBE029122f104e
Octal3203142760211225720116
Binary110100001100110010111110010100110010101111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCBE; }

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

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

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

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

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

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

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

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