Html Css Color HEX #CEC1B7 Pale Slate

📋 copy color: '#CEC1B7'

red 206 ◦ green 193 ◦ blue 183

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

Shades of Pale Slate #CEC1B7

Tints of Pale Slate #CEC1B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.44%

R = 35.4%
G = 33.16%
B = 31.44%

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

#CEC1B7 (or 0xCEC1B7) is known color: Pale Slate. HEX triplet: CE, C1 and B7. RGB value is (206,193,183). Sum of RGB (Red+Green+Blue) = 206+193+183=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1B7 is #313E48. Grayscale: #C3C3C3. Windows color (decimal): -3227209 or 12042702. OLE color: 12042702.

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

Color convert

RGB 206 193 183 -
CMYK 0 0.06 0.11 0.19
HSL 26.09º 0.19% 0.76% -
HSV(B) 26.09º 0.11% 0.81% -
XYZ 53.07 54.68 52.56 -
YUV 195.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 206 193 183 0 0.06 0.11 0.19 26.09 0.19 0.76
Hex CE C1 B7 0 6 B 13 1A 13 4C
Octal 316 301 267 0 6 13 23 32 23 114
Binary 11001110 11000001 10110111 0 110 1011 10011 11010 10011 1001100

Color Harmonies of #CEC1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC1B7

Black with #CEC1B7

Text Example


Text Example

White with #CEC1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC1B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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