#CEC1B7

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

Shades of Pale Slate #CEC1B7

Tints of Pale Slate #CEC1B7

Color information

#CEC1B7 (or 0xCEC1B7) is unknown color: approx Pale Slate. HEX triplet: CE, C1 and B7. RGB value is (206,193,183). Sum of RGB (Red+Green+Blue) = 206+193+183=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1B7 is #313E48. Grayscale: #C3C3C3. Windows color (decimal): -3227209 or 12042702. OLE color: 12042702.

HSL color Cylindrical-coordinate representation of color #CEC1B7: hue angle of 26.09º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEC1B7 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB206193183-
CMYK00.060.110.19
HSL26.09º19.01%76.27%-
HSV(B)26.09º11.17%80.78%-
XYZ53.0754.6852.56-
YUV195.75120.81135.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.40%
GREEN value IS 193 (75.78% from 255) = 33.16%
BLUE value IS 183 (71.88% from 255) = 31.44%
R=35.40%
G=33.16%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619318300.060.110.1926.0919.0176.27
HexCEC1B706B131a134c
Octal3163012670613233223114
Binary110011101100000110110111011010111001111010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC1B7; }

 p { color: rgb(206,193,183); }

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

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

 a { background-color: rgb(206,193,183); }

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

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

 span { border-color: rgb(206,193,183); }

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