#CFB2FF

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

Shades of Mauve #CFB2FF

Tints of Mauve #CFB2FF

Color information

#CFB2FF (or 0xCFB2FF) is unknown color: approx Mauve. HEX triplet: CF, B2 and FF. RGB value is (207,178,255). Sum of RGB (Red+Green+Blue) = 207+178+255=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB2FF is #304D00. Grayscale: #C3C3C3. Windows color (decimal): -3165441 or 16757455. OLE color: 16757455.

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

Color convert

RGB207178255-
CMYK0.190.3000
HSL262.6º100%84.9%-
HSV(B)262.6º30.2%100%-
XYZ59.752.33101.56-
YUV195.45161.61136.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.34%
GREEN value IS 178 (69.92% from 255) = 27.81%
BLUE value IS 255 (100% from 255) = 39.84%
R=32.34%
G=27.81%
B=39.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071782550.190.3000262.610084.9
HexCFB2FF131E001076455
Octal317262377233600407144125
Binary11001111101100101111111110011111100010000011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB2FF; }

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

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

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

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

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

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

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

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