#CFAFFB

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

Shades of Mauve #CFAFFB

Tints of Mauve #CFAFFB

Color information

#CFAFFB (or 0xCFAFFB) is unknown color: approx Mauve. HEX triplet: CF, AF and FB. RGB value is (207,175,251). Sum of RGB (Red+Green+Blue) = 207+175+251=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFAFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFFB is #305004. Grayscale: #C0C0C0. Windows color (decimal): -3166213 or 16494543. OLE color: 16494543.

HSL color Cylindrical-coordinate representation of color #CFAFFB: hue angle of 265.26º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFAFFB is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207175251-
CMYK0.180.3000.02
HSL265.26º90.48%83.53%-
HSV(B)265.26º30.28%98.43%-
XYZ58.4750.8998.01-
YUV193.23160.6137.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.70%
GREEN value IS 175 (68.75% from 255) = 27.65%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=32.70%
G=27.65%
B=39.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071752510.180.3000.02265.2690.4883.53
HexCFAFFB121E021095a54
Octal317257373223602411132124
Binary110011111010111111111011100101111001010000100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFFB; }

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

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

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

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

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

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

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

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