#CFADF0

Color #CFADF0 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CFADF0

Tints of Mauve #CFADF0

Color information

#CFADF0 (or 0xCFADF0) is unknown color: approx Mauve. HEX triplet: CF, AD and F0. RGB value is (207,173,240). Sum of RGB (Red+Green+Blue) = 207+173+240=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADF0 is #30520F. Grayscale: #BEBEBE. Windows color (decimal): -3166736 or 15773135. OLE color: 15773135.

HSL color Cylindrical-coordinate representation of color #CFADF0: hue angle of 270.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFADF0 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207173240-
CMYK0.140.2800.06
HSL270.45º69.07%80.98%-
HSV(B)270.45º27.92%94.12%-
XYZ56.449.4489.01-
YUV190.8155.76139.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 240 (94.14% from 255) = 38.71%
R=33.39%
G=27.90%
B=38.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071732400.140.2800.06270.4569.0780.98
HexCFADF0E1C0610e4551
Octal317255360163406416105121
Binary110011111010110111110000111011100011010000111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADF0; }

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

 H1.HeaderClassName
 {
   color: #CFADF0;
 }
 .AnyTagClassName
 {
   color: #CFADF0;
 }
</style>
background-color css

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

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

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

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

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

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