Html Css Color HEX #CEB5BD Melanie

📋 copy color: '#CEB5BD'

red 206 ◦ green 181 ◦ blue 189

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

Shades of Melanie #CEB5BD

Tints of Melanie #CEB5BD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.42%

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

R = 35.76%
G = 31.42%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEB5BD (or 0xCEB5BD) is known color: Melanie. HEX triplet: CE, B5 and BD. RGB value is (206,181,189). Sum of RGB (Red+Green+Blue) = 206+181+189=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5BD is #314A42. Grayscale: #BDBDBD. Windows color (decimal): -3230275 or 12432846. OLE color: 12432846.

HSL color Cylindrical-coordinate representation of color #CEB5BD: hue angle of 340.8º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEB5BD is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 181 189 -
CMYK 0 0.12 0.08 0.19
HSL 340.8º 0.2% 0.76% -
HSV(B) 340.8º 0.12% 0.81% -
XYZ 51.16 49.84 55.07 -
YUV 189.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 206 181 189 0 0.12 0.08 0.19 340.8 0.2 0.76
Hex CE B5 BD 0 C 8 13 155 14 4C
Octal 316 265 275 0 14 10 23 525 24 114
Binary 11001110 10110101 10111101 0 1100 1000 10011 101010101 10100 1001100

Color Harmonies of #CEB5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5BD

Black with #CEB5BD

Text Example


Text Example

White with #CEB5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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