#CDCABD

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

Shades of Quill Grey #CDCABD

Tints of Quill Grey #CDCABD

Color information

#CDCABD (or 0xCDCABD) is unknown color: approx Quill Grey. HEX triplet: CD, CA and BD. RGB value is (205,202,189). Sum of RGB (Red+Green+Blue) = 205+202+189=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCABD is #323542. Grayscale: #C9C9C9. Windows color (decimal): -3290435 or 12438221. OLE color: 12438221.

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

Color convert

RGB205202189-
CMYK00.010.080.20
HSL48.75º13.79%77.25%-
HSV(B)48.75º7.8%80.39%-
XYZ55.4858.8956.59-
YUV201.42120.99130.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 189 (74.22% from 255) = 31.71%
R=34.40%
G=33.89%
B=31.71%

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
Decimal20520218900.010.080.2048.7513.7977.25
HexCDCABD0181431e4d
Octal3153122750110246116115
Binary1100110111001010101111010110001010011000111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCABD; }

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

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

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

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

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

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

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

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