#CFABFB

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

Shades of Mauve #CFABFB

Tints of Mauve #CFABFB

Color information

#CFABFB (or 0xCFABFB) is unknown color: approx Mauve. HEX triplet: CF, AB and FB. RGB value is (207,171,251). Sum of RGB (Red+Green+Blue) = 207+171+251=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABFB is #305404. Grayscale: #BEBEBE. Windows color (decimal): -3167237 or 16493519. OLE color: 16493519.

HSL color Cylindrical-coordinate representation of color #CFABFB: hue angle of 267º degrees, saturation: 0.91, 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 #CFABFB is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207171251-
CMYK0.180.3200.02
HSL267º90.91%82.75%-
HSV(B)267º31.87%98.43%-
XYZ57.7149.3697.75-
YUV190.88161.93139.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 171 (67.19% from 255) = 27.19%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=32.91%
G=27.19%
B=39.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071712510.180.3200.0226790.9182.75
HexCFABFB12200210b5b53
Octal317253373224002413133123
Binary1100111110101011111110111001010000001010000101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABFB; }

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

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

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

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

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

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

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

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