#CFABFA

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

Shades of Mauve #CFABFA

Tints of Mauve #CFABFA

Color information

#CFABFA (or 0xCFABFA) is unknown color: approx Mauve. HEX triplet: CF, AB and FA. RGB value is (207,171,250). Sum of RGB (Red+Green+Blue) = 207+171+250=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABFA is #305405. Grayscale: #BEBEBE. Windows color (decimal): -3167238 or 16427983. OLE color: 16427983.

HSL color Cylindrical-coordinate representation of color #CFABFA: hue angle of 267.34º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFABFA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207171250-
CMYK0.170.3200.02
HSL267.34º88.76%82.55%-
HSV(B)267.34º31.6%98.04%-
XYZ57.5549.2996.92-
YUV190.77161.43139.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 171 (67.19% from 255) = 27.23%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=32.96%
G=27.23%
B=39.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071712500.170.3200.02267.3488.7682.55
HexCFABFA11200210b5953
Octal317253372214002413131123
Binary1100111110101011111110101000110000001010000101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABFA; }

 p { color: rgb(207,171,250); }

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

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

 a { background-color: rgb(207,171,250); }

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

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

 span { border-color: rgb(207,171,250); }

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