Html Css Color HEX #CEB5BF Melanie

📋 copy color: '#CEB5BF'

red 206 ◦ green 181 ◦ blue 191

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

Shades of Melanie #CEB5BF

Tints of Melanie #CEB5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.04%

R = 35.64%
G = 31.31%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CEB5BF (or 0xCEB5BF) is known color: Melanie. HEX triplet: CE, B5 and BF. RGB value is (206,181,191). Sum of RGB (Red+Green+Blue) = 206+181+191=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5BF is #314A40. Grayscale: #BDBDBD. Windows color (decimal): -3230273 or 12563918. OLE color: 12563918.

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

Color convert

RGB 206 181 191 -
CMYK 0 0.12 0.07 0.19
HSL 336º 0.2% 0.76% -
HSV(B) 336º 0.12% 0.81% -
XYZ 51.38 49.93 56.22 -
YUV 189.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 206 181 191 0 0.12 0.07 0.19 336 0.2 0.76
Hex CE B5 BF 0 C 7 13 150 14 4C
Octal 316 265 277 0 14 7 23 520 24 114
Binary 11001110 10110101 10111111 0 1100 111 10011 101010000 10100 1001100

Color Harmonies of #CEB5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5BF

Black with #CEB5BF

Text Example


Text Example

White with #CEB5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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