Html Css Color HEX #CEB8BD Melanie

📋 copy color: '#CEB8BD'

red 206 ◦ green 184 ◦ blue 189

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

Shades of Melanie #CEB8BD

Tints of Melanie #CEB8BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.64%

R = 35.58%
G = 31.78%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEB8BD (or 0xCEB8BD) is known color: Melanie. HEX triplet: CE, B8 and BD. RGB value is (206,184,189). Sum of RGB (Red+Green+Blue) = 206+184+189=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8BD is #314742. Grayscale: #BFBFBF. Windows color (decimal): -3229507 or 12433614. OLE color: 12433614.

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

Color convert

RGB 206 184 189 -
CMYK 0 0.11 0.08 0.19
HSL 346.36º 0.18% 0.76% -
HSV(B) 346.36º 0.11% 0.81% -
XYZ 51.78 51.08 55.27 -
YUV 191.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 206 184 189 0 0.11 0.08 0.19 346.36 0.18 0.76
Hex CE B8 BD 0 B 8 13 15A 12 4C
Octal 316 270 275 0 13 10 23 532 22 114
Binary 11001110 10111000 10111101 0 1011 1000 10011 101011010 10010 1001100

Color Harmonies of #CEB8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB8BD

Black with #CEB8BD

Text Example


Text Example

White with #CEB8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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