Html Css Color HEX #CEB2BB Melanie

📋 copy color: '#CEB2BB'

red 206 ◦ green 178 ◦ blue 187

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

Shades of Melanie #CEB2BB

Tints of Melanie #CEB2BB

RGB

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

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

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

R = 36.08%
G = 31.17%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CEB2BB (or 0xCEB2BB) is known color: Melanie. HEX triplet: CE, B2 and BB. RGB value is (206,178,187). Sum of RGB (Red+Green+Blue) = 206+178+187=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2BB is #314D44. Grayscale: #BBBBBB. Windows color (decimal): -3231045 or 12301006. OLE color: 12301006.

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

Color convert

RGB 206 178 187 -
CMYK 0 0.14 0.09 0.19
HSL 340.71º 0.22% 0.75% -
HSV(B) 340.71º 0.14% 0.81% -
XYZ 50.34 48.55 53.73 -
YUV 187.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 206 178 187 0 0.14 0.09 0.19 340.71 0.22 0.75
Hex CE B2 BB 0 E 9 13 155 16 4B
Octal 316 262 273 0 16 11 23 525 26 113
Binary 11001110 10110010 10111011 0 1110 1001 10011 101010101 10110 1001011

Color Harmonies of #CEB2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2BB

Black with #CEB2BB

Text Example


Text Example

White with #CEB2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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