Html Css Color HEX #CEB9BF Melanie

📋 copy color: '#CEB9BF'

red 206 ◦ green 185 ◦ blue 191

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

Shades of Melanie #CEB9BF

Tints of Melanie #CEB9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.79%

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

R = 35.4%
G = 31.79%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CEB9BF (or 0xCEB9BF) is known color: Melanie. HEX triplet: CE, B9 and BF. RGB value is (206,185,191). Sum of RGB (Red+Green+Blue) = 206+185+191=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9BF is #314640. Grayscale: #BFBFBF. Windows color (decimal): -3229249 or 12564942. OLE color: 12564942.

HSL color Cylindrical-coordinate representation of color #CEB9BF: hue angle of 342.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEB9BF is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 191 -
CMYK 0 0.10 0.07 0.19
HSL 342.86º 0.18% 0.77% -
HSV(B) 342.86º 0.1% 0.81% -
XYZ 52.21 51.58 56.49 -
YUV 191.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 206 185 191 0 0.10 0.07 0.19 342.86 0.18 0.77
Hex CE B9 BF 0 A 7 13 157 12 4D
Octal 316 271 277 0 12 7 23 527 22 115
Binary 11001110 10111001 10111111 0 1010 111 10011 101010111 10010 1001101

Color Harmonies of #CEB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9BF

Black with #CEB9BF

Text Example


Text Example

White with #CEB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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