#CDC9BB

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

Shades of Quill Grey #CDC9BB

Tints of Quill Grey #CDC9BB

Color information

#CDC9BB (or 0xCDC9BB) is unknown color: approx Quill Grey. HEX triplet: CD, C9 and BB. RGB value is (205,201,187). Sum of RGB (Red+Green+Blue) = 205+201+187=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9BB is #323644. Grayscale: #C8C8C8. Windows color (decimal): -3290693 or 12306893. OLE color: 12306893.

HSL color Cylindrical-coordinate representation of color #CDC9BB: hue angle of 46.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC9BB is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205201187-
CMYK00.020.090.20
HSL46.67º15.25%76.86%-
HSV(B)46.67º8.78%80.39%-
XYZ55.0358.3455.37-
YUV200.6120.33131.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 201 (78.91% from 255) = 33.90%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=34.57%
G=33.90%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520118700.020.090.2046.6715.2576.86
HexCDC9BB029142ff4d
Octal3153112730211245717115
Binary11001101110010011011101101010011010010111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9BB; }

 p { color: rgb(205,201,187); }

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

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

 a { background-color: rgb(205,201,187); }

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

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

 span { border-color: rgb(205,201,187); }

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