#CDC0B9

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

Shades of Pale Slate #CDC0B9

Tints of Pale Slate #CDC0B9

Color information

#CDC0B9 (or 0xCDC0B9) is unknown color: approx Pale Slate. HEX triplet: CD, C0 and B9. RGB value is (205,192,185). Sum of RGB (Red+Green+Blue) = 205+192+185=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0B9 is #323F46. Grayscale: #C3C3C3. Windows color (decimal): -3292999 or 12173517. OLE color: 12173517.

HSL color Cylindrical-coordinate representation of color #CDC0B9: hue angle of 21º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC0B9 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB205192185-
CMYK00.060.100.20
HSL21º16.67%76.47%-
HSV(B)21º9.76%80.39%-
XYZ52.7854.1853.57-
YUV195.09122.31135.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 192 (75.39% from 255) = 32.99%
BLUE value IS 185 (72.66% from 255) = 31.79%
R=35.22%
G=32.99%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519218500.060.100.202116.6776.47
HexCDC0B906A1415114c
Octal3153002710612242521114
Binary110011011100000010111001011010101010010101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC0B9; }

 p { color: rgb(205,192,185); }

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

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

 a { background-color: rgb(205,192,185); }

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

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

 span { border-color: rgb(205,192,185); }

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