#CFB2FD

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

Shades of Mauve #CFB2FD

Tints of Mauve #CFB2FD

Color information

#CFB2FD (or 0xCFB2FD) is unknown color: approx Mauve. HEX triplet: CF, B2 and FD. RGB value is (207,178,253). Sum of RGB (Red+Green+Blue) = 207+178+253=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFB2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB2FD is #304D02. Grayscale: #C2C2C2. Windows color (decimal): -3165443 or 16626383. OLE color: 16626383.

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

Color convert

RGB207178253-
CMYK0.180.3000.01
HSL263.2º94.94%84.51%-
HSV(B)263.2º29.64%99.22%-
XYZ59.3852.299.87-
YUV195.22160.61136.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.45%
GREEN value IS 178 (69.92% from 255) = 27.90%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=32.45%
G=27.90%
B=39.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071782530.180.3000.01263.294.9484.51
HexCFB2FD121E011075f55
Octal317262375223601407137125
Binary11001111101100101111110110010111100110000011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB2FD; }

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

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

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

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

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

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

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

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