#CFB1FD

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

Shades of Mauve #CFB1FD

Tints of Mauve #CFB1FD

Color information

#CFB1FD (or 0xCFB1FD) is unknown color: approx Mauve. HEX triplet: CF, B1 and FD. RGB value is (207,177,253). Sum of RGB (Red+Green+Blue) = 207+177+253=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFB1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB1FD is #304E02. Grayscale: #C2C2C2. Windows color (decimal): -3165699 or 16626127. OLE color: 16626127.

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

Color convert

RGB207177253-
CMYK0.180.3000.01
HSL263.68º95%84.31%-
HSV(B)263.68º30.04%99.22%-
XYZ59.1851.899.81-
YUV194.63160.94136.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.50%
GREEN value IS 177 (69.53% from 255) = 27.79%
BLUE value IS 253 (99.22% from 255) = 39.72%
R=32.50%
G=27.79%
B=39.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071772530.180.3000.01263.689584.31
HexCFB1FD121E011085f54
Octal317261375223601410137124
Binary11001111101100011111110110010111100110000100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB1FD; }

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

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

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

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

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

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

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

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