#CFADF4

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

Shades of Mauve #CFADF4

Tints of Mauve #CFADF4

Color information

#CFADF4 (or 0xCFADF4) is unknown color: approx Mauve. HEX triplet: CF, AD and F4. RGB value is (207,173,244). Sum of RGB (Red+Green+Blue) = 207+173+244=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 244 (95.70% from 255 or 39.10% from 624); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADF4 is #30520B. Grayscale: #BFBFBF. Windows color (decimal): -3166732 or 16035279. OLE color: 16035279.

HSL color Cylindrical-coordinate representation of color #CFADF4: hue angle of 268.73º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFADF4 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207173244-
CMYK0.150.2900.04
HSL268.73º76.34%81.76%-
HSV(B)268.73º29.1%95.69%-
XYZ5749.6892.17-
YUV191.26157.76139.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 244 (95.70% from 255) = 39.10%
R=33.17%
G=27.72%
B=39.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071732440.150.2900.04268.7376.3481.76
HexCFADF4F1D0410d4c52
Octal317255364173504415114122
Binary110011111010110111110100111111101010010000110110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADF4; }

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

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

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

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

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

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

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

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