Html Css Color HEX #CEC1B9 Pale Slate

📋 copy color: '#CEC1B9'

red 206 ◦ green 193 ◦ blue 185

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

Shades of Pale Slate #CEC1B9

Tints of Pale Slate #CEC1B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.68%

R = 35.27%
G = 33.05%
B = 31.68%

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

#CEC1B9 (or 0xCEC1B9) is known color: Pale Slate. HEX triplet: CE, C1 and B9. RGB value is (206,193,185). Sum of RGB (Red+Green+Blue) = 206+193+185=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1B9 is #313E46. Grayscale: #C4C4C4. Windows color (decimal): -3227207 or 12173774. OLE color: 12173774.

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

Color convert

RGB 206 193 185 -
CMYK 0 0.06 0.10 0.19
HSL 22.86º 0.18% 0.77% -
HSV(B) 22.86º 0.1% 0.81% -
XYZ 53.28 54.76 53.66 -
YUV 195.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 206 193 185 0 0.06 0.10 0.19 22.86 0.18 0.77
Hex CE C1 B9 0 6 A 13 17 12 4D
Octal 316 301 271 0 6 12 23 27 22 115
Binary 11001110 11000001 10111001 0 110 1010 10011 10111 10010 1001101

Color Harmonies of #CEC1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC1B9

Black with #CEC1B9

Text Example


Text Example

White with #CEC1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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