#CDC0BB

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

Shades of Pale Slate #CDC0BB

Tints of Pale Slate #CDC0BB

Color information

#CDC0BB (or 0xCDC0BB) is unknown color: approx Pale Slate. HEX triplet: CD, C0 and BB. RGB value is (205,192,187). Sum of RGB (Red+Green+Blue) = 205+192+187=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0BB is #323F44. Grayscale: #C3C3C3. Windows color (decimal): -3292997 or 12304589. OLE color: 12304589.

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

Color convert

RGB205192187-
CMYK00.060.090.20
HSL16.67º15.25%76.86%-
HSV(B)16.67º8.78%80.39%-
XYZ5354.2754.69-
YUV195.32123.31134.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 192 (75.39% from 255) = 32.88%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=35.10%
G=32.88%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519218700.060.090.2016.6715.2576.86
HexCDC0BB0691411f4d
Octal3153002730611242117115
Binary11001101110000001011101101101001101001000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC0BB; }

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

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

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

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

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

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

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

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