#CDC3BC

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

Shades of Pale Slate #CDC3BC

Tints of Pale Slate #CDC3BC

Color information

#CDC3BC (or 0xCDC3BC) is unknown color: approx Pale Slate. HEX triplet: CD, C3 and BC. RGB value is (205,195,188). Sum of RGB (Red+Green+Blue) = 205+195+188=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC3BC is #323C43. Grayscale: #C5C5C5. Windows color (decimal): -3292228 or 12370893. OLE color: 12370893.

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

Color convert

RGB205195188-
CMYK00.050.080.20
HSL24.71º14.53%77.06%-
HSV(B)24.71º8.29%80.39%-
XYZ53.7755.6455.48-
YUV197.19122.81133.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=34.86%
G=33.16%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519518800.050.080.2024.7114.5377.06
HexCDC3BC0581419f4d
Octal3153032740510243117115
Binary11001101110000111011110001011000101001100111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC3BC; }

 p { color: rgb(205,195,188); }

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

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

 a { background-color: rgb(205,195,188); }

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

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

 span { border-color: rgb(205,195,188); }

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