#CDCBBD

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

Shades of Quill Grey #CDCBBD

Tints of Quill Grey #CDCBBD

Color information

#CDCBBD (or 0xCDCBBD) is unknown color: approx Quill Grey. HEX triplet: CD, CB and BD. RGB value is (205,203,189). Sum of RGB (Red+Green+Blue) = 205+203+189=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBBD is #323442. Grayscale: #CACACA. Windows color (decimal): -3290179 or 12438477. OLE color: 12438477.

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

Color convert

RGB205203189-
CMYK00.010.080.20
HSL52.5º13.79%77.25%-
HSV(B)52.5º7.8%80.39%-
XYZ55.7259.3756.67-
YUV202120.66130.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 189 (74.22% from 255) = 31.66%
R=34.34%
G=34.00%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520318900.010.080.2052.513.7977.25
HexCDCBBD0181434e4d
Octal3153132750110246416115
Binary1100110111001011101111010110001010011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBBD; }

 p { color: rgb(205,203,189); }

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

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

 a { background-color: rgb(205,203,189); }

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

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

 span { border-color: rgb(205,203,189); }

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