#CFB5FF

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

Shades of Mauve #CFB5FF

Tints of Mauve #CFB5FF

Color information

#CFB5FF (or 0xCFB5FF) is unknown color: approx Mauve. HEX triplet: CF, B5 and FF. RGB value is (207,181,255). Sum of RGB (Red+Green+Blue) = 207+181+255=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB5FF is #304A00. Grayscale: #C4C4C4. Windows color (decimal): -3164673 or 16758223. OLE color: 16758223.

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

Color convert

RGB207181255-
CMYK0.190.2900
HSL261.08º100%85.49%-
HSV(B)261.08º29.02%100%-
XYZ60.3153.53101.76-
YUV197.21160.61134.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.19%
GREEN value IS 181 (71.09% from 255) = 28.15%
BLUE value IS 255 (100% from 255) = 39.66%
R=32.19%
G=28.15%
B=39.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071812550.190.2900261.0810085.49
HexCFB5FF131D001056455
Octal317265377233500405144125
Binary11001111101101011111111110011111010010000010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5FF; }

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

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

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

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

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

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

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

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