#CDCCC4

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

Shades of Quill Grey #CDCCC4

Tints of Quill Grey #CDCCC4

Color information

#CDCCC4 (or 0xCDCCC4) is unknown color: approx Quill Grey. HEX triplet: CD, CC and C4. RGB value is (205,204,196). Sum of RGB (Red+Green+Blue) = 205+204+196=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCC4 is #32333B. Grayscale: #CBCBCB. Windows color (decimal): -3289916 or 12897485. OLE color: 12897485.

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

Color convert

RGB205204196-
CMYK00.000.040.20
HSL53.33º8.26%78.63%-
HSV(B)53.33º4.39%80.39%-
XYZ56.7360.1560.84-
YUV203.39123.83129.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 196 (76.95% from 255) = 32.40%
R=33.88%
G=33.72%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520419600.000.040.2053.338.2678.63
HexCDCCC4004143584f
Octal315314304004246510117
Binary110011011100110011000100001001010011010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCC4; }

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

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

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

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

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

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

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

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