#D0CEBF

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

Shades of Quill Grey #D0CEBF

Tints of Quill Grey #D0CEBF

Color information

#D0CEBF (or 0xD0CEBF) is unknown color: approx Quill Grey. HEX triplet: D0, CE and BF. RGB value is (208,206,191). Sum of RGB (Red+Green+Blue) = 208+206+191=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEBF is #2F3140. Grayscale: #CCCCCC. Windows color (decimal): -3092801 or 12570320. OLE color: 12570320.

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

Color convert

RGB208206191-
CMYK00.010.080.18
HSL52.94º15.32%78.24%-
HSV(B)52.94º8.17%81.57%-
XYZ57.4961.3158.1-
YUV204.89120.16130.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.38%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 191 (75% from 255) = 31.57%
R=34.38%
G=34.05%
B=31.57%

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
Decimal20820619100.010.080.1852.9415.3278.24
HexD0CEBF0181235f4e
Octal3203162770110226517116
Binary1101000011001110101111110110001001011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEBF; }

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

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

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

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

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

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

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

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