Html Css Color HEX #CEB1BA Melanie

📋 copy color: '#CEB1BA'

red 206 ◦ green 177 ◦ blue 186

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

Shades of Melanie #CEB1BA

Tints of Melanie #CEB1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.11%

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

R = 36.2%
G = 31.11%
B = 32.69%

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

#CEB1BA (or 0xCEB1BA) is known color: Melanie. HEX triplet: CE, B1 and BA. RGB value is (206,177,186). Sum of RGB (Red+Green+Blue) = 206+177+186=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1BA is #314E45. Grayscale: #BABABA. Windows color (decimal): -3231302 or 12235214. OLE color: 12235214.

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

Color convert

RGB 206 177 186 -
CMYK 0 0.14 0.10 0.19
HSL 341.38º 0.23% 0.75% -
HSV(B) 341.38º 0.14% 0.81% -
XYZ 50.04 48.11 53.1 -
YUV 186.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 206 177 186 0 0.14 0.10 0.19 341.38 0.23 0.75
Hex CE B1 BA 0 E A 13 155 17 4B
Octal 316 261 272 0 16 12 23 525 27 113
Binary 11001110 10110001 10111010 0 1110 1010 10011 101010101 10111 1001011

Color Harmonies of #CEB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB1BA

Black with #CEB1BA

Text Example


Text Example

White with #CEB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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