Html Css Color HEX #CEAEB9 Melanie

📋 copy color: '#CEAEB9'

red 206 ◦ green 174 ◦ blue 185

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

Shades of Melanie #CEAEB9

Tints of Melanie #CEAEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.74%

R = 36.46%
G = 30.8%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEAEB9 (or 0xCEAEB9) is known color: Melanie. HEX triplet: CE, AE and B9. RGB value is (206,174,185). Sum of RGB (Red+Green+Blue) = 206+174+185=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEB9 is #315146. Grayscale: #B8B8B8. Windows color (decimal): -3232071 or 12168910. OLE color: 12168910.

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

Color convert

RGB 206 174 185 -
CMYK 0 0.16 0.10 0.19
HSL 339.38º 0.25% 0.75% -
HSV(B) 339.38º 0.16% 0.81% -
XYZ 49.35 46.9 52.35 -
YUV 184.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 206 174 185 0 0.16 0.10 0.19 339.38 0.25 0.75
Hex CE AE B9 0 10 A 13 153 19 4B
Octal 316 256 271 0 20 12 23 523 31 113
Binary 11001110 10101110 10111001 0 10000 1010 10011 101010011 11001 1001011

Color Harmonies of #CEAEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAEB9

Black with #CEAEB9

Text Example


Text Example

White with #CEAEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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