#CFB4FC

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

Shades of Mauve #CFB4FC

Tints of Mauve #CFB4FC

Color information

#CFB4FC (or 0xCFB4FC) is unknown color: approx Mauve. HEX triplet: CF, B4 and FC. RGB value is (207,180,252). Sum of RGB (Red+Green+Blue) = 207+180+252=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 180 (70.70% from 255 or 28.17% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFB4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB4FC is #304B03. Grayscale: #C4C4C4. Windows color (decimal): -3164932 or 16561359. OLE color: 16561359.

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

Color convert

RGB207180252-
CMYK0.180.2900.01
HSL262.5º92.31%84.71%-
HSV(B)262.5º28.57%98.82%-
XYZ59.6252.9499.17-
YUV196.28159.45135.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.39%
GREEN value IS 180 (70.70% from 255) = 28.17%
BLUE value IS 252 (98.83% from 255) = 39.44%
R=32.39%
G=28.17%
B=39.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071802520.180.2900.01262.592.3184.71
HexCFB4FC121D011065c55
Octal317264374223501406134125
Binary11001111101101001111110010010111010110000011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB4FC; }

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

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

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

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

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

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

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

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