Html Css Color HEX #CEC2B9 Pale Slate

📋 copy color: '#CEC2B9'

red 206 ◦ green 194 ◦ blue 185

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

Shades of Pale Slate #CEC2B9

Tints of Pale Slate #CEC2B9

RGB

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

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

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

R = 35.21%
G = 33.16%
B = 31.62%

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

#CEC2B9 (or 0xCEC2B9) is known color: Pale Slate. HEX triplet: CE, C2 and B9. RGB value is (206,194,185). Sum of RGB (Red+Green+Blue) = 206+194+185=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2B9 is #313D46. Grayscale: #C4C4C4. Windows color (decimal): -3226951 or 12174030. OLE color: 12174030.

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

Color convert

RGB 206 194 185 -
CMYK 0 0.06 0.10 0.19
HSL 25.71º 0.18% 0.77% -
HSV(B) 25.71º 0.1% 0.81% -
XYZ 53.5 55.21 53.74 -
YUV 196.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 206 194 185 0 0.06 0.10 0.19 25.71 0.18 0.77
Hex CE C2 B9 0 6 A 13 1A 12 4D
Octal 316 302 271 0 6 12 23 32 22 115
Binary 11001110 11000010 10111001 0 110 1010 10011 11010 10010 1001101

Color Harmonies of #CEC2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC2B9

Black with #CEC2B9

Text Example


Text Example

White with #CEC2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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