Html Css Color HEX #CEABB6 Melanie

📋 copy color: '#CEABB6'

red 206 ◦ green 171 ◦ blue 182

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

Shades of Melanie #CEABB6

Tints of Melanie #CEABB6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.59%

 BLUE value IS 182 (71.48% from 255) = 32.56%

R = 36.85%
G = 30.59%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CEABB6 (or 0xCEABB6) is known color: Melanie. HEX triplet: CE, AB and B6. RGB value is (206,171,182). Sum of RGB (Red+Green+Blue) = 206+171+182=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABB6 is #315449. Grayscale: #B6B6B6. Windows color (decimal): -3232842 or 11971534. OLE color: 11971534.

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

Color convert

RGB 206 171 182 -
CMYK 0 0.17 0.12 0.19
HSL 341.14º 0.26% 0.74% -
HSV(B) 341.14º 0.17% 0.81% -
XYZ 48.46 45.63 50.51 -
YUV 182.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 206 171 182 0 0.17 0.12 0.19 341.14 0.26 0.74
Hex CE AB B6 0 11 C 13 155 1A 4A
Octal 316 253 266 0 21 14 23 525 32 112
Binary 11001110 10101011 10110110 0 10001 1100 10011 101010101 11010 1001010

Color Harmonies of #CEABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEABB6

Black with #CEABB6

Text Example


Text Example

White with #CEABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEABB6; }

 p { color: rgb(206,171,182); }

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

background-color css

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

 a { background-color: rgb(206,171,182); }

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

border-color css

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

 span { border-color: rgb(206,171,182); }

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