Html Css Color HEX #CEC0B8 Pale Slate

📋 copy color: '#CEC0B8'

red 206 ◦ green 192 ◦ blue 184

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

Shades of Pale Slate #CEC0B8

Tints of Pale Slate #CEC0B8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.99%

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

R = 35.4%
G = 32.99%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CEC0B8 (or 0xCEC0B8) is known color: Pale Slate. HEX triplet: CE, C0 and B8. RGB value is (206,192,184). Sum of RGB (Red+Green+Blue) = 206+192+184=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 184 (72.27% from 255 or 31.62% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0B8 is #313F47. Grayscale: #C3C3C3. Windows color (decimal): -3227464 or 12107982. OLE color: 12107982.

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

Color convert

RGB 206 192 184 -
CMYK 0 0.07 0.11 0.19
HSL 21.82º 0.18% 0.76% -
HSV(B) 21.82º 0.11% 0.81% -
XYZ 52.95 54.28 53.03 -
YUV 195.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 206 192 184 0 0.07 0.11 0.19 21.82 0.18 0.76
Hex CE C0 B8 0 7 B 13 16 12 4C
Octal 316 300 270 0 7 13 23 26 22 114
Binary 11001110 11000000 10111000 0 111 1011 10011 10110 10010 1001100

Color Harmonies of #CEC0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC0B8

Black with #CEC0B8

Text Example


Text Example

White with #CEC0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC0B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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