#CFB2FE

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

Shades of Mauve #CFB2FE

Tints of Mauve #CFB2FE

Color information

#CFB2FE (or 0xCFB2FE) is unknown color: approx Mauve. HEX triplet: CF, B2 and FE. RGB value is (207,178,254). Sum of RGB (Red+Green+Blue) = 207+178+254=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFB2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB2FE is #304D01. Grayscale: #C3C3C3. Windows color (decimal): -3165442 or 16691919. OLE color: 16691919.

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

Color convert

RGB207178254-
CMYK0.190.3000.00
HSL262.89º97.44%84.71%-
HSV(B)262.89º29.92%99.61%-
XYZ59.5452.26100.72-
YUV195.33161.11136.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.39%
GREEN value IS 178 (69.92% from 255) = 27.86%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=32.39%
G=27.86%
B=39.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071782540.190.3000.00262.8997.4484.71
HexCFB2FE131E001076155
Octal317262376233600407141125
Binary11001111101100101111111010011111100010000011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB2FE; }

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

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

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

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

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

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

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

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