#CFB0FA

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

Shades of Mauve #CFB0FA

Tints of Mauve #CFB0FA

Color information

#CFB0FA (or 0xCFB0FA) is unknown color: approx Mauve. HEX triplet: CF, B0 and FA. RGB value is (207,176,250). Sum of RGB (Red+Green+Blue) = 207+176+250=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0FA is #304F05. Grayscale: #C1C1C1. Windows color (decimal): -3165958 or 16429263. OLE color: 16429263.

HSL color Cylindrical-coordinate representation of color #CFB0FA: hue angle of 265.14º degrees, saturation: 0.88, 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 #CFB0FA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207176250-
CMYK0.170.3000.02
HSL265.14º88.1%83.53%-
HSV(B)265.14º29.6%98.04%-
XYZ58.5151.2297.24-
YUV193.7159.77137.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.70%
GREEN value IS 176 (69.14% from 255) = 27.80%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=32.70%
G=27.80%
B=39.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071762500.170.3000.02265.1488.183.53
HexCFB0FA111E021095854
Octal317260372213602411130124
Binary110011111011000011111010100011111001010000100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0FA; }

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

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

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

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

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

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

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

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