Html Css Color HEX #CEC4BE Pale Slate

📋 copy color: '#CEC4BE'

red 206 ◦ green 196 ◦ blue 190

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

Shades of Pale Slate #CEC4BE

Tints of Pale Slate #CEC4BE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.11%

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

R = 34.8%
G = 33.11%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEC4BE (or 0xCEC4BE) is known color: Pale Slate. HEX triplet: CE, C4 and BE. RGB value is (206,196,190). Sum of RGB (Red+Green+Blue) = 206+196+190=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4BE is #313B41. Grayscale: #C6C6C6. Windows color (decimal): -3226434 or 12502222. OLE color: 12502222.

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

Color convert

RGB 206 196 190 -
CMYK 0 0.05 0.08 0.19
HSL 22.5º 0.14% 0.78% -
HSV(B) 22.5º 0.08% 0.81% -
XYZ 54.49 56.32 56.71 -
YUV 198.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 206 196 190 0 0.05 0.08 0.19 22.5 0.14 0.78
Hex CE C4 BE 0 5 8 13 16 E 4E
Octal 316 304 276 0 5 10 23 26 16 116
Binary 11001110 11000100 10111110 0 101 1000 10011 10110 1110 1001110

Color Harmonies of #CEC4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC4BE

Black with #CEC4BE

Text Example


Text Example

White with #CEC4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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