#D1CEBE

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

Shades of Quill Grey #D1CEBE

Tints of Quill Grey #D1CEBE

Color information

#D1CEBE (or 0xD1CEBE) is unknown color: approx Quill Grey. HEX triplet: D1, CE and BE. RGB value is (209,206,190). Sum of RGB (Red+Green+Blue) = 209+206+190=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CEBE is #2E3141. Grayscale: #CDCDCD. Windows color (decimal): -3027266 or 12504785. OLE color: 12504785.

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

Color convert

RGB209206190-
CMYK00.010.090.18
HSL50.53º17.12%78.24%-
HSV(B)50.53º9.09%81.96%-
XYZ57.6661.4257.53-
YUV205.07119.49130.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.55%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=34.55%
G=34.05%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920619000.010.090.1850.5317.1278.24
HexD1CEBE0191233114e
Octal3213162760111226321116
Binary11010001110011101011111001100110010110011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEBE; }

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

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

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

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

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

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

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

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