Html Css Color HEX #CEAEB8 Melanie

📋 copy color: '#CEAEB8'

red 206 ◦ green 174 ◦ blue 184

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

Shades of Melanie #CEAEB8

Tints of Melanie #CEAEB8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.85%

 BLUE value IS 184 (72.27% from 255) = 32.62%

R = 36.52%
G = 30.85%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CEAEB8 (or 0xCEAEB8) is known color: Melanie. HEX triplet: CE, AE and B8. RGB value is (206,174,184). Sum of RGB (Red+Green+Blue) = 206+174+184=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEB8 is #315147. Grayscale: #B8B8B8. Windows color (decimal): -3232072 or 12103374. OLE color: 12103374.

HSL color Cylindrical-coordinate representation of color #CEAEB8: hue angle of 341.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEAEB8 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 174 184 -
CMYK 0 0.16 0.11 0.19
HSL 341.25º 0.25% 0.75% -
HSV(B) 341.25º 0.16% 0.81% -
XYZ 49.24 46.85 51.8 -
YUV 184.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 206 174 184 0 0.16 0.11 0.19 341.25 0.25 0.75
Hex CE AE B8 0 10 B 13 155 19 4B
Octal 316 256 270 0 20 13 23 525 31 113
Binary 11001110 10101110 10111000 0 10000 1011 10011 101010101 11001 1001011

Color Harmonies of #CEAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAEB8

Black with #CEAEB8

Text Example


Text Example

White with #CEAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAEB8; }

 p { color: rgb(206,174,184); }

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

background-color css

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

 a { background-color: rgb(206,174,184); }

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

border-color css

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

 span { border-color: rgb(206,174,184); }

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