Html Css Color HEX #CEC2BC Pale Slate

📋 copy color: '#CEC2BC'

red 206 ◦ green 194 ◦ blue 188

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

Shades of Pale Slate #CEC2BC

Tints of Pale Slate #CEC2BC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.99%

 BLUE value IS 188 (73.83% from 255) = 31.97%

R = 35.03%
G = 32.99%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CEC2BC (or 0xCEC2BC) is known color: Pale Slate. HEX triplet: CE, C2 and BC. RGB value is (206,194,188). Sum of RGB (Red+Green+Blue) = 206+194+188=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2BC is #313D43. Grayscale: #C4C4C4. Windows color (decimal): -3226948 or 12370638. OLE color: 12370638.

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

Color convert

RGB 206 194 188 -
CMYK 0 0.06 0.09 0.19
HSL 20º 0.16% 0.77% -
HSV(B) 20º 0.09% 0.81% -
XYZ 53.82 55.34 55.42 -
YUV 196.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 206 194 188 0 0.06 0.09 0.19 20 0.16 0.77
Hex CE C2 BC 0 6 9 13 14 10 4D
Octal 316 302 274 0 6 11 23 24 20 115
Binary 11001110 11000010 10111100 0 110 1001 10011 10100 10000 1001101

Color Harmonies of #CEC2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC2BC

Black with #CEC2BC

Text Example


Text Example

White with #CEC2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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