Html Css Color HEX #CEC5BE Pale Slate

📋 copy color: '#CEC5BE'

red 206 ◦ green 197 ◦ blue 190

#CEC5BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Slate #CEC5BE

Tints of Pale Slate #CEC5BE

RGB

 RED value IS 206 (80.86% from 255) = 34.74%

 GREEN value IS 197 (77.34% from 255) = 33.22%

 BLUE value IS 190 (74.61% from 255) = 32.04%

R = 34.74%
G = 33.22%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEC5BE (or 0xCEC5BE) is known color: Pale Slate. HEX triplet: CE, C5 and BE. RGB value is (206,197,190). Sum of RGB (Red+Green+Blue) = 206+197+190=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5BE is #313A41. Grayscale: #C6C6C6. Windows color (decimal): -3226178 or 12502478. OLE color: 12502478.

HSL color Cylindrical-coordinate representation of color #CEC5BE: hue angle of 26.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC5BE is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 197 190 -
CMYK 0 0.04 0.08 0.19
HSL 26.25º 0.14% 0.78% -
HSV(B) 26.25º 0.08% 0.81% -
XYZ 54.71 56.77 56.79 -
YUV 198.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 206 197 190 0 0.04 0.08 0.19 26.25 0.14 0.78
Hex CE C5 BE 0 4 8 13 1A E 4E
Octal 316 305 276 0 4 10 23 32 16 116
Binary 11001110 11000101 10111110 0 100 1000 10011 11010 1110 1001110

Color Harmonies of #CEC5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC5BE

Black with #CEC5BE

Text Example


Text Example

White with #CEC5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC5BE; }

 p { color: rgb(206,197,190); }

 H1.HeaderClassName
 {
   color: #CEC5BE;
 }
 .AnyTagClassName
 {
   color: #CEC5BE;
 }
</style>

background-color css

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

 a { background-color: rgb(206,197,190); }

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

border-color css

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

 span { border-color: rgb(206,197,190); }

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