Html Css Color HEX #CEC2BA Pale Slate

📋 copy color: '#CEC2BA'

red 206 ◦ green 194 ◦ blue 186

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

Shades of Pale Slate #CEC2BA

Tints of Pale Slate #CEC2BA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.11%

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

R = 35.15%
G = 33.11%
B = 31.74%

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

#CEC2BA (or 0xCEC2BA) is known color: Pale Slate. HEX triplet: CE, C2 and BA. RGB value is (206,194,186). Sum of RGB (Red+Green+Blue) = 206+194+186=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2BA is #313D45. Grayscale: #C4C4C4. Windows color (decimal): -3226950 or 12239566. OLE color: 12239566.

HSL color Cylindrical-coordinate representation of color #CEC2BA: hue angle of 24º 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 #CEC2BA is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 194 186 -
CMYK 0 0.06 0.10 0.19
HSL 24º 0.17% 0.77% -
HSV(B) 24º 0.1% 0.81% -
XYZ 53.61 55.25 54.29 -
YUV 196.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 206 194 186 0 0.06 0.10 0.19 24 0.17 0.77
Hex CE C2 BA 0 6 A 13 18 11 4D
Octal 316 302 272 0 6 12 23 30 21 115
Binary 11001110 11000010 10111010 0 110 1010 10011 11000 10001 1001101

Color Harmonies of #CEC2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC2BA

Black with #CEC2BA

Text Example


Text Example

White with #CEC2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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