#CDC2BB

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

Shades of Pale Slate #CDC2BB

Tints of Pale Slate #CDC2BB

Color information

#CDC2BB (or 0xCDC2BB) is unknown color: approx Pale Slate. HEX triplet: CD, C2 and BB. RGB value is (205,194,187). Sum of RGB (Red+Green+Blue) = 205+194+187=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC2BB is #323D44. Grayscale: #C4C4C4. Windows color (decimal): -3292485 or 12305101. OLE color: 12305101.

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

Color convert

RGB205194187-
CMYK00.050.090.20
HSL23.33º15.25%76.86%-
HSV(B)23.33º8.78%80.39%-
XYZ53.4455.1554.84-
YUV196.49122.64134.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.98%
GREEN value IS 194 (76.17% from 255) = 33.11%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=34.98%
G=33.11%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519418700.050.090.2023.3315.2576.86
HexCDC2BB0591417f4d
Octal3153022730511242717115
Binary11001101110000101011101101011001101001011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC2BB; }

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

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

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

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

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

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

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

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