#CDC3BE

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

Shades of Pale Slate #CDC3BE

Tints of Pale Slate #CDC3BE

Color information

#CDC3BE (or 0xCDC3BE) is unknown color: approx Pale Slate. HEX triplet: CD, C3 and BE. RGB value is (205,195,190). Sum of RGB (Red+Green+Blue) = 205+195+190=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC3BE is #323C41. Grayscale: #C5C5C5. Windows color (decimal): -3292226 or 12501965. OLE color: 12501965.

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

Color convert

RGB205195190-
CMYK00.050.070.20
HSL20º13.04%77.45%-
HSV(B)20º7.32%80.39%-
XYZ53.9955.7356.63-
YUV197.42123.81133.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 195 (76.56% from 255) = 33.05%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=34.75%
G=33.05%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519519000.050.070.202013.0477.45
HexCDC3BE0571414d4d
Octal315303276057242415115
Binary1100110111000011101111100101111101001010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC3BE; }

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

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

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

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

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

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

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

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