#CDC6C1

Color #CDC6C1 Pale Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Slate #CDC6C1

Tints of Pale Slate #CDC6C1

Color information

#CDC6C1 (or 0xCDC6C1) is unknown color: approx Pale Slate. HEX triplet: CD, C6 and C1. RGB value is (205,198,193). Sum of RGB (Red+Green+Blue) = 205+198+193=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6C1 is #32393E. Grayscale: #C7C7C7. Windows color (decimal): -3291455 or 12699341. OLE color: 12699341.

HSL color Cylindrical-coordinate representation of color #CDC6C1: hue angle of 25º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDC6C1 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205198193-
CMYK00.030.060.20
HSL25º10.71%78.04%-
HSV(B)25º5.85%80.39%-
XYZ5557.2258.6-
YUV199.52124.32131.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 193 (75.78% from 255) = 32.38%
R=34.40%
G=33.22%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519819300.030.060.202510.7178.04
HexCDC6C10361419b4e
Octal315306301036243113116
Binary110011011100011011000001011110101001100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6C1; }

 p { color: rgb(205,198,193); }

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

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

 a { background-color: rgb(205,198,193); }

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

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

 span { border-color: rgb(205,198,193); }

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