#CFB0FD

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

Shades of Mauve #CFB0FD

Tints of Mauve #CFB0FD

Color information

#CFB0FD (or 0xCFB0FD) is unknown color: approx Mauve. HEX triplet: CF, B0 and FD. RGB value is (207,176,253). Sum of RGB (Red+Green+Blue) = 207+176+253=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFB0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0FD is #304F02. Grayscale: #C1C1C1. Windows color (decimal): -3165955 or 16625871. OLE color: 16625871.

HSL color Cylindrical-coordinate representation of color #CFB0FD: hue angle of 264.16º 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 #CFB0FD is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207176253-
CMYK0.180.3000.01
HSL264.16º95.06%84.12%-
HSV(B)264.16º30.43%99.22%-
XYZ58.9951.4199.74-
YUV194.05161.27137.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.55%
GREEN value IS 176 (69.14% from 255) = 27.67%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=32.55%
G=27.67%
B=39.78%

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
Decimal2071762530.180.3000.01264.1695.0684.12
HexCFB0FD121E011085f54
Octal317260375223601410137124
Binary11001111101100001111110110010111100110000100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0FD; }

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

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

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

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

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

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

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

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