Html Css Color HEX #CEC6C2 Pale Slate

📋 copy color: '#CEC6C2'

red 206 ◦ green 198 ◦ blue 194

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

Shades of Pale Slate #CEC6C2

Tints of Pale Slate #CEC6C2

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.11%

 BLUE value IS 194 (76.17% from 255) = 32.44%

R = 34.45%
G = 33.11%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CEC6C2 (or 0xCEC6C2) is known color: Pale Slate. HEX triplet: CE, C6 and C2. RGB value is (206,198,194). Sum of RGB (Red+Green+Blue) = 206+198+194=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6C2 is #31393D. Grayscale: #C7C7C7. Windows color (decimal): -3225918 or 12764878. OLE color: 12764878.

HSL color Cylindrical-coordinate representation of color #CEC6C2: hue angle of 20º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEC6C2 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 198 194 -
CMYK 0 0.04 0.06 0.19
HSL 20º 0.11% 0.78% -
HSV(B) 20º 0.06% 0.81% -
XYZ 55.39 57.41 59.2 -
YUV 199.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 206 198 194 0 0.04 0.06 0.19 20 0.11 0.78
Hex CE C6 C2 0 4 6 13 14 B 4E
Octal 316 306 302 0 4 6 23 24 13 116
Binary 11001110 11000110 11000010 0 100 110 10011 10100 1011 1001110

Color Harmonies of #CEC6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC6C2

Black with #CEC6C2

Text Example


Text Example

White with #CEC6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC6C2; }

 p { color: rgb(206,198,194); }

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

background-color css

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

 a { background-color: rgb(206,198,194); }

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

border-color css

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

 span { border-color: rgb(206,198,194); }

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