Html Css Color HEX #CFAEB8 Melanie

📋 copy color: '#CFAEB8'

red 207 ◦ green 174 ◦ blue 184

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

Shades of Melanie #CFAEB8

Tints of Melanie #CFAEB8

RGB

 RED value IS 207 (81.25% from 255) = 36.64%

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

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

R = 36.64%
G = 30.8%
B = 32.57%

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

#CFAEB8 (or 0xCFAEB8) is known color: Melanie. HEX triplet: CF, AE and B8. RGB value is (207,174,184). Sum of RGB (Red+Green+Blue) = 207+174+184=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEB8 is #305147. Grayscale: #B9B9B9. Windows color (decimal): -3166536 or 12103375. OLE color: 12103375.

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

Color convert

RGB 207 174 184 -
CMYK 0 0.16 0.11 0.19
HSL 341.82º 0.26% 0.75% -
HSV(B) 341.82º 0.16% 0.81% -
XYZ 49.52 47 51.81 -
YUV 185.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 207 174 184 0 0.16 0.11 0.19 341.82 0.26 0.75
Hex CF AE B8 0 10 B 13 156 1A 4B
Octal 317 256 270 0 20 13 23 526 32 113
Binary 11001111 10101110 10111000 0 10000 1011 10011 101010110 11010 1001011

Color Harmonies of #CFAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEB8

Black with #CFAEB8

Text Example


Text Example

White with #CFAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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