#CFAFFD

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

Shades of Mauve #CFAFFD

Tints of Mauve #CFAFFD

Color information

#CFAFFD (or 0xCFAFFD) is unknown color: approx Mauve. HEX triplet: CF, AF and FD. RGB value is (207,175,253). Sum of RGB (Red+Green+Blue) = 207+175+253=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFAFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFFD is #305002. Grayscale: #C1C1C1. Windows color (decimal): -3166211 or 16625615. OLE color: 16625615.

HSL color Cylindrical-coordinate representation of color #CFAFFD: hue angle of 264.62º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFAFFD is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207175253-
CMYK0.180.3100.01
HSL264.62º95.12%83.92%-
HSV(B)264.62º30.83%99.22%-
XYZ58.7951.0299.68-
YUV193.46161.6137.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 175 (68.75% from 255) = 27.56%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=32.60%
G=27.56%
B=39.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071752530.180.3100.01264.6295.1283.92
HexCFAFFD121F011095f54
Octal317257375223701411137124
Binary11001111101011111111110110010111110110000100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFFD; }

 p { color: rgb(207,175,253); }

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

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

 a { background-color: rgb(207,175,253); }

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

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

 span { border-color: rgb(207,175,253); }

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