Html Css Color HEX #CEB8BF Melanie

📋 copy color: '#CEB8BF'

red 206 ◦ green 184 ◦ blue 191

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

Shades of Melanie #CEB8BF

Tints of Melanie #CEB8BF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.67%

 BLUE value IS 191 (75% from 255) = 32.87%

R = 35.46%
G = 31.67%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CEB8BF (or 0xCEB8BF) is known color: Melanie. HEX triplet: CE, B8 and BF. RGB value is (206,184,191). Sum of RGB (Red+Green+Blue) = 206+184+191=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8BF is #314740. Grayscale: #BFBFBF. Windows color (decimal): -3229505 or 12564686. OLE color: 12564686.

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

Color convert

RGB 206 184 191 -
CMYK 0 0.11 0.07 0.19
HSL 340.91º 0.18% 0.76% -
HSV(B) 340.91º 0.11% 0.81% -
XYZ 52 51.16 56.43 -
YUV 191.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 206 184 191 0 0.11 0.07 0.19 340.91 0.18 0.76
Hex CE B8 BF 0 B 7 13 155 12 4C
Octal 316 270 277 0 13 7 23 525 22 114
Binary 11001110 10111000 10111111 0 1011 111 10011 101010101 10010 1001100

Color Harmonies of #CEB8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB8BF

Black with #CEB8BF

Text Example


Text Example

White with #CEB8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB8BF; }

 p { color: rgb(206,184,191); }

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

background-color css

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

 a { background-color: rgb(206,184,191); }

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

border-color css

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

 span { border-color: rgb(206,184,191); }

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