Html Css Color HEX #CEB4BD Melanie

📋 copy color: '#CEB4BD'

red 206 ◦ green 180 ◦ blue 189

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

Shades of Melanie #CEB4BD

Tints of Melanie #CEB4BD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.3%

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

R = 35.83%
G = 31.3%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEB4BD (or 0xCEB4BD) is known color: Melanie. HEX triplet: CE, B4 and BD. RGB value is (206,180,189). Sum of RGB (Red+Green+Blue) = 206+180+189=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4BD is #314B42. Grayscale: #BCBCBC. Windows color (decimal): -3230531 or 12432590. OLE color: 12432590.

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

Color convert

RGB 206 180 189 -
CMYK 0 0.13 0.08 0.19
HSL 339.23º 0.21% 0.76% -
HSV(B) 339.23º 0.13% 0.81% -
XYZ 50.96 49.44 55 -
YUV 188.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 206 180 189 0 0.13 0.08 0.19 339.23 0.21 0.76
Hex CE B4 BD 0 D 8 13 153 15 4C
Octal 316 264 275 0 15 10 23 523 25 114
Binary 11001110 10110100 10111101 0 1101 1000 10011 101010011 10101 1001100

Color Harmonies of #CEB4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4BD

Black with #CEB4BD

Text Example


Text Example

White with #CEB4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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