Html Css Color HEX #CEB2BA Melanie

📋 copy color: '#CEB2BA'

red 206 ◦ green 178 ◦ blue 186

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

Shades of Melanie #CEB2BA

Tints of Melanie #CEB2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.23%

 BLUE value IS 186 (73.05% from 255) = 32.63%

R = 36.14%
G = 31.23%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEB2BA (or 0xCEB2BA) is known color: Melanie. HEX triplet: CE, B2 and BA. RGB value is (206,178,186). Sum of RGB (Red+Green+Blue) = 206+178+186=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2BA is #314D45. Grayscale: #BBBBBB. Windows color (decimal): -3231046 or 12235470. OLE color: 12235470.

HSL color Cylindrical-coordinate representation of color #CEB2BA: hue angle of 342.86º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB2BA is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 186 -
CMYK 0 0.14 0.10 0.19
HSL 342.86º 0.22% 0.75% -
HSV(B) 342.86º 0.14% 0.81% -
XYZ 50.24 48.51 53.17 -
YUV 187.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 206 178 186 0 0.14 0.10 0.19 342.86 0.22 0.75
Hex CE B2 BA 0 E A 13 157 16 4B
Octal 316 262 272 0 16 12 23 527 26 113
Binary 11001110 10110010 10111010 0 1110 1010 10011 101010111 10110 1001011

Color Harmonies of #CEB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2BA

Black with #CEB2BA

Text Example


Text Example

White with #CEB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2BA; }

 p { color: rgb(206,178,186); }

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

background-color css

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

 a { background-color: rgb(206,178,186); }

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

border-color css

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

 span { border-color: rgb(206,178,186); }

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