#CDCBC4

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

Shades of Quill Grey #CDCBC4

Tints of Quill Grey #CDCBC4

Color information

#CDCBC4 (or 0xCDCBC4) is unknown color: approx Quill Grey. HEX triplet: CD, CB and C4. RGB value is (205,203,196). Sum of RGB (Red+Green+Blue) = 205+203+196=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBC4 is #32343B. Grayscale: #CACACA. Windows color (decimal): -3290172 or 12897229. OLE color: 12897229.

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

Color convert

RGB205203196-
CMYK00.010.040.20
HSL46.67º8.26%78.63%-
HSV(B)46.67º4.39%80.39%-
XYZ56.559.6860.77-
YUV202.8124.16129.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 196 (76.95% from 255) = 32.45%
R=33.94%
G=33.61%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520319600.010.040.2046.678.2678.63
HexCDCBC4014142f84f
Octal315313304014245710117
Binary110011011100101111000100011001010010111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBC4; }

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

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

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

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

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

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

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

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