#D0CEC2

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

Shades of Quill Grey #D0CEC2

Tints of Quill Grey #D0CEC2

Color information

#D0CEC2 (or 0xD0CEC2) is unknown color: approx Quill Grey. HEX triplet: D0, CE and C2. RGB value is (208,206,194). Sum of RGB (Red+Green+Blue) = 208+206+194=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEC2 is #2F313D. Grayscale: #CDCDCD. Windows color (decimal): -3092798 or 12766928. OLE color: 12766928.

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

Color convert

RGB208206194-
CMYK00.010.070.18
HSL51.43º12.96%78.82%-
HSV(B)51.43º6.73%81.57%-
XYZ57.8261.4559.85-
YUV205.23121.66129.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.21%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 194 (76.17% from 255) = 31.91%
R=34.21%
G=33.88%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820619400.010.070.1851.4312.9678.82
HexD0CEC20171233d4f
Octal320316302017226315117
Binary110100001100111011000010011111001011001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEC2; }

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

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

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

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

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

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

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

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