#D0CEC3

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

Shades of Quill Grey #D0CEC3

Tints of Quill Grey #D0CEC3

Color information

#D0CEC3 (or 0xD0CEC3) is unknown color: approx Quill Grey. HEX triplet: D0, CE and C3. RGB value is (208,206,195). Sum of RGB (Red+Green+Blue) = 208+206+195=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEC3 is #2F313C. Grayscale: #CDCDCD. Windows color (decimal): -3092797 or 12832464. OLE color: 12832464.

HSL color Cylindrical-coordinate representation of color #D0CEC3: hue angle of 50.77º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0CEC3 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB208206195-
CMYK00.010.060.18
HSL50.77º12.15%79.02%-
HSV(B)50.77º6.25%81.57%-
XYZ57.9361.4960.45-
YUV205.34122.16129.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.15%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 195 (76.56% from 255) = 32.02%
R=34.15%
G=33.83%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820619500.010.060.1850.7712.1579.02
HexD0CEC30161233c4f
Octal320316303016226314117
Binary110100001100111011000011011101001011001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEC3; }

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

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

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

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

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

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

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

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