Html Css Color HEX #CEC1B8 Pale Slate

📋 copy color: '#CEC1B8'

red 206 ◦ green 193 ◦ blue 184

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

Shades of Pale Slate #CEC1B8

Tints of Pale Slate #CEC1B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.56%

R = 35.33%
G = 33.1%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CEC1B8 (or 0xCEC1B8) is known color: Pale Slate. HEX triplet: CE, C1 and B8. RGB value is (206,193,184). Sum of RGB (Red+Green+Blue) = 206+193+184=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1B8 is #313E47. Grayscale: #C3C3C3. Windows color (decimal): -3227208 or 12108238. OLE color: 12108238.

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

Color convert

RGB 206 193 184 -
CMYK 0 0.06 0.11 0.19
HSL 24.55º 0.18% 0.76% -
HSV(B) 24.55º 0.11% 0.81% -
XYZ 53.18 54.72 53.11 -
YUV 195.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 206 193 184 0 0.06 0.11 0.19 24.55 0.18 0.76
Hex CE C1 B8 0 6 B 13 19 12 4C
Octal 316 301 270 0 6 13 23 31 22 114
Binary 11001110 11000001 10111000 0 110 1011 10011 11001 10010 1001100

Color Harmonies of #CEC1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC1B8

Black with #CEC1B8

Text Example


Text Example

White with #CEC1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC1B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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