#CFB4FE

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

Shades of Mauve #CFB4FE

Tints of Mauve #CFB4FE

Color information

#CFB4FE (or 0xCFB4FE) is unknown color: approx Mauve. HEX triplet: CF, B4 and FE. RGB value is (207,180,254). Sum of RGB (Red+Green+Blue) = 207+180+254=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 180 (70.70% from 255 or 28.08% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB4FE is #304B01. Grayscale: #C4C4C4. Windows color (decimal): -3164930 or 16692431. OLE color: 16692431.

HSL color Cylindrical-coordinate representation of color #CFB4FE: hue angle of 261.89º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFB4FE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB207180254-
CMYK0.190.2900.00
HSL261.89º97.37%85.1%-
HSV(B)261.89º29.13%99.61%-
XYZ59.9453.06100.85-
YUV196.51160.45135.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 180 (70.70% from 255) = 28.08%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=32.29%
G=28.08%
B=39.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071802540.190.2900.00261.8997.3785.1
HexCFB4FE131D001066155
Octal317264376233500406141125
Binary11001111101101001111111010011111010010000011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB4FE; }

 p { color: rgb(207,180,254); }

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

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

 a { background-color: rgb(207,180,254); }

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

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

 span { border-color: rgb(207,180,254); }

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