Html Css Color HEX #CFADB8 Melanie

📋 copy color: '#CFADB8'

red 207 ◦ green 173 ◦ blue 184

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

Shades of Melanie #CFADB8

Tints of Melanie #CFADB8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.67%

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

R = 36.7%
G = 30.67%
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

#CFADB8 (or 0xCFADB8) is known color: Melanie. HEX triplet: CF, AD and B8. RGB value is (207,173,184). Sum of RGB (Red+Green+Blue) = 207+173+184=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADB8 is #305247. Grayscale: #B8B8B8. Windows color (decimal): -3166792 or 12103119. OLE color: 12103119.

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

Color convert

RGB 207 173 184 -
CMYK 0 0.16 0.11 0.19
HSL 340.59º 0.26% 0.75% -
HSV(B) 340.59º 0.16% 0.81% -
XYZ 49.33 46.61 51.74 -
YUV 184.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 207 173 184 0 0.16 0.11 0.19 340.59 0.26 0.75
Hex CF AD B8 0 10 B 13 155 1A 4B
Octal 317 255 270 0 20 13 23 525 32 113
Binary 11001111 10101101 10111000 0 10000 1011 10011 101010101 11010 1001011

Color Harmonies of #CFADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADB8

Black with #CFADB8

Text Example


Text Example

White with #CFADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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