#CDC8BB

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

Shades of Quill Grey #CDC8BB

Tints of Quill Grey #CDC8BB

Color information

#CDC8BB (or 0xCDC8BB) is unknown color: approx Quill Grey. HEX triplet: CD, C8 and BB. RGB value is (205,200,187). Sum of RGB (Red+Green+Blue) = 205+200+187=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8BB is #323744. Grayscale: #C8C8C8. Windows color (decimal): -3290949 or 12306637. OLE color: 12306637.

HSL color Cylindrical-coordinate representation of color #CDC8BB: hue angle of 43.33º 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 #CDC8BB is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205200187-
CMYK00.020.090.20
HSL43.33º15.25%76.86%-
HSV(B)43.33º8.78%80.39%-
XYZ54.857.8855.3-
YUV200.01120.66131.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 200 (78.52% from 255) = 33.78%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=34.63%
G=33.78%
B=31.59%

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
Decimal20520018700.020.090.2043.3315.2576.86
HexCDC8BB029142bf4d
Octal3153102730211245317115
Binary11001101110010001011101101010011010010101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8BB; }

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

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

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

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

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

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

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

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