#D1CEBD

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

Shades of Quill Grey #D1CEBD

Tints of Quill Grey #D1CEBD

Color information

#D1CEBD (or 0xD1CEBD) is unknown color: approx Quill Grey. HEX triplet: D1, CE and BD. RGB value is (209,206,189). Sum of RGB (Red+Green+Blue) = 209+206+189=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CEBD is #2E3142. Grayscale: #CDCDCD. Windows color (decimal): -3027267 or 12439249. OLE color: 12439249.

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

Color convert

RGB209206189-
CMYK00.010.100.18
HSL51º17.86%78.04%-
HSV(B)51º9.57%81.96%-
XYZ57.5561.3756.96-
YUV204.96118.99130.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.60%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=34.60%
G=34.11%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920618900.010.100.185117.8678.04
HexD1CEBD01A1233124e
Octal3213162750112226322116
Binary11010001110011101011110101101010010110011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEBD; }

 p { color: rgb(209,206,189); }

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

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

 a { background-color: rgb(209,206,189); }

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

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

 span { border-color: rgb(209,206,189); }

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