#D0CEC0

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

Shades of Quill Grey #D0CEC0

Tints of Quill Grey #D0CEC0

Color information

#D0CEC0 (or 0xD0CEC0) is unknown color: approx Quill Grey. HEX triplet: D0, CE and C0. RGB value is (208,206,192). Sum of RGB (Red+Green+Blue) = 208+206+192=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEC0 is #2F313F. Grayscale: #CDCDCD. Windows color (decimal): -3092800 or 12635856. OLE color: 12635856.

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

Color convert

RGB208206192-
CMYK00.010.080.18
HSL52.5º14.55%78.43%-
HSV(B)52.5º7.69%81.57%-
XYZ57.661.3658.68-
YUV205120.66130.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.32%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 192 (75.39% from 255) = 31.68%
R=34.32%
G=33.99%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820619200.010.080.1852.514.5578.43
HexD0CEC00181234f4e
Octal3203163000110226417116
Binary1101000011001110110000000110001001011010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEC0; }

 p { color: rgb(208,206,192); }

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

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

 a { background-color: rgb(208,206,192); }

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

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

 span { border-color: rgb(208,206,192); }

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