#D0CCBF

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

Shades of Quill Grey #D0CCBF

Tints of Quill Grey #D0CCBF

Color information

#D0CCBF (or 0xD0CCBF) is unknown color: approx Quill Grey. HEX triplet: D0, CC and BF. RGB value is (208,204,191). Sum of RGB (Red+Green+Blue) = 208+204+191=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCBF is #2F3340. Grayscale: #CBCBCB. Windows color (decimal): -3093313 or 12569808. OLE color: 12569808.

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

Color convert

RGB208204191-
CMYK00.020.080.18
HSL45.88º15.32%78.24%-
HSV(B)45.88º8.17%81.57%-
XYZ57.0160.3657.94-
YUV203.71120.83131.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.49%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 191 (75% from 255) = 31.67%
R=34.49%
G=33.83%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820419100.020.080.1845.8815.3278.24
HexD0CCBF028122ef4e
Octal3203142770210225617116
Binary11010000110011001011111101010001001010111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCBF; }

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

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

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

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

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

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

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

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