#CDCABC

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

Shades of Quill Grey #CDCABC

Tints of Quill Grey #CDCABC

Color information

#CDCABC (or 0xCDCABC) is unknown color: approx Quill Grey. HEX triplet: CD, CA and BC. RGB value is (205,202,188). Sum of RGB (Red+Green+Blue) = 205+202+188=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCABC is #323543. Grayscale: #C9C9C9. Windows color (decimal): -3290436 or 12372685. OLE color: 12372685.

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

Color convert

RGB205202188-
CMYK00.010.080.20
HSL49.41º14.53%77.06%-
HSV(B)49.41º8.29%80.39%-
XYZ55.3758.8556.02-
YUV201.3120.49130.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=34.45%
G=33.95%
B=31.60%

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
Decimal20520218800.010.080.2049.4114.5377.06
HexCDCABC0181431f4d
Octal3153122740110246117115
Binary1100110111001010101111000110001010011000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCABC; }

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

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

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

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

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

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

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

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