#CFB4FF

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

Shades of Mauve #CFB4FF

Tints of Mauve #CFB4FF

Color information

#CFB4FF (or 0xCFB4FF) is unknown color: approx Mauve. HEX triplet: CF, B4 and FF. RGB value is (207,180,255). Sum of RGB (Red+Green+Blue) = 207+180+255=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 180 (70.70% from 255 or 28.04% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB4FF is #304B00. Grayscale: #C4C4C4. Windows color (decimal): -3164929 or 16757967. OLE color: 16757967.

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

Color convert

RGB207180255-
CMYK0.190.2900
HSL261.6º100%85.29%-
HSV(B)261.6º29.41%100%-
XYZ60.153.13101.69-
YUV196.62160.95135.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.24%
GREEN value IS 180 (70.70% from 255) = 28.04%
BLUE value IS 255 (100% from 255) = 39.72%
R=32.24%
G=28.04%
B=39.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071802550.190.2900261.610085.29
HexCFB4FF131D001066455
Octal317264377233500406144125
Binary11001111101101001111111110011111010010000011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB4FF; }

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

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

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

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

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

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

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

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