#CDCBBC

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

Shades of Quill Grey #CDCBBC

Tints of Quill Grey #CDCBBC

Color information

#CDCBBC (or 0xCDCBBC) is unknown color: approx Quill Grey. HEX triplet: CD, CB and BC. RGB value is (205,203,188). Sum of RGB (Red+Green+Blue) = 205+203+188=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBBC is #323443. Grayscale: #C9C9C9. Windows color (decimal): -3290180 or 12372941. OLE color: 12372941.

HSL color Cylindrical-coordinate representation of color #CDCBBC: hue angle of 52.94º degrees, saturation: 0.15, 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 #CDCBBC is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205203188-
CMYK00.010.080.20
HSL52.94º14.53%77.06%-
HSV(B)52.94º8.29%80.39%-
XYZ55.6159.3256.1-
YUV201.89120.16130.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 203 (79.69% from 255) = 34.06%
BLUE value IS 188 (73.83% from 255) = 31.54%
R=34.40%
G=34.06%
B=31.54%

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
Decimal20520318800.010.080.2052.9414.5377.06
HexCDCBBC0181435f4d
Octal3153132740110246517115
Binary1100110111001011101111000110001010011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBBC; }

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

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

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

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

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

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

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

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