Html Css Color HEX #CEC1BA Pale Slate

📋 copy color: '#CEC1BA'

red 206 ◦ green 193 ◦ blue 186

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

Shades of Pale Slate #CEC1BA

Tints of Pale Slate #CEC1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.99%

 BLUE value IS 186 (73.05% from 255) = 31.79%

R = 35.21%
G = 32.99%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEC1BA (or 0xCEC1BA) is known color: Pale Slate. HEX triplet: CE, C1 and BA. RGB value is (206,193,186). Sum of RGB (Red+Green+Blue) = 206+193+186=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1BA is #313E45. Grayscale: #C4C4C4. Windows color (decimal): -3227206 or 12239310. OLE color: 12239310.

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

Color convert

RGB 206 193 186 -
CMYK 0 0.06 0.10 0.19
HSL 21º 0.17% 0.77% -
HSV(B) 21º 0.1% 0.81% -
XYZ 53.39 54.81 54.22 -
YUV 196.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 206 193 186 0 0.06 0.10 0.19 21 0.17 0.77
Hex CE C1 BA 0 6 A 13 15 11 4D
Octal 316 301 272 0 6 12 23 25 21 115
Binary 11001110 11000001 10111010 0 110 1010 10011 10101 10001 1001101

Color Harmonies of #CEC1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC1BA

Black with #CEC1BA

Text Example


Text Example

White with #CEC1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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