#CFB5FE

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

Shades of Mauve #CFB5FE

Tints of Mauve #CFB5FE

Color information

#CFB5FE (or 0xCFB5FE) is unknown color: approx Mauve. HEX triplet: CF, B5 and FE. RGB value is (207,181,254). Sum of RGB (Red+Green+Blue) = 207+181+254=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB5FE is #304A01. Grayscale: #C4C4C4. Windows color (decimal): -3164674 or 16692687. OLE color: 16692687.

HSL color Cylindrical-coordinate representation of color #CFB5FE: hue angle of 261.37º 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 #CFB5FE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB207181254-
CMYK0.190.2900.00
HSL261.37º97.33%85.29%-
HSV(B)261.37º28.74%99.61%-
XYZ60.1553.47100.92-
YUV197.1160.11135.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.24%
GREEN value IS 181 (71.09% from 255) = 28.19%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=32.24%
G=28.19%
B=39.56%

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
Decimal2071812540.190.2900.00261.3797.3385.29
HexCFB5FE131D001056155
Octal317265376233500405141125
Binary11001111101101011111111010011111010010000010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5FE; }

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

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

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

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

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

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

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

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