Html Css Color HEX #CEC2BB Pale Slate

📋 copy color: '#CEC2BB'

red 206 ◦ green 194 ◦ blue 187

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

Shades of Pale Slate #CEC2BB

Tints of Pale Slate #CEC2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.86%

R = 35.09%
G = 33.05%
B = 31.86%

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

#CEC2BB (or 0xCEC2BB) is known color: Pale Slate. HEX triplet: CE, C2 and BB. RGB value is (206,194,187). Sum of RGB (Red+Green+Blue) = 206+194+187=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2BB is #313D44. Grayscale: #C4C4C4. Windows color (decimal): -3226949 or 12305102. OLE color: 12305102.

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

Color convert

RGB 206 194 187 -
CMYK 0 0.06 0.09 0.19
HSL 22.11º 0.16% 0.77% -
HSV(B) 22.11º 0.09% 0.81% -
XYZ 53.72 55.29 54.86 -
YUV 196.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 206 194 187 0 0.06 0.09 0.19 22.11 0.16 0.77
Hex CE C2 BB 0 6 9 13 16 10 4D
Octal 316 302 273 0 6 11 23 26 20 115
Binary 11001110 11000010 10111011 0 110 1001 10011 10110 10000 1001101

Color Harmonies of #CEC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC2BB

Black with #CEC2BB

Text Example


Text Example

White with #CEC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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