#CCB0F9

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

Shades of Mauve #CCB0F9

Tints of Mauve #CCB0F9

Color information

#CCB0F9 (or 0xCCB0F9) is unknown color: approx Mauve. HEX triplet: CC, B0 and F9. RGB value is (204,176,249). Sum of RGB (Red+Green+Blue) = 204+176+249=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCB0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB0F9 is #334F06. Grayscale: #C0C0C0. Windows color (decimal): -3362567 or 16363724. OLE color: 16363724.

HSL color Cylindrical-coordinate representation of color #CCB0F9: hue angle of 263.01º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCB0F9 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204176249-
CMYK0.180.2900.02
HSL263.01º85.88%83.33%-
HSV(B)263.01º29.32%97.65%-
XYZ57.5350.7396.38-
YUV192.69159.78136.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 176 (69.14% from 255) = 27.98%
BLUE value IS 249 (97.66% from 255) = 39.59%
R=32.43%
G=27.98%
B=39.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041762490.180.2900.02263.0185.8883.33
HexCCB0F9121D021075653
Octal314260371223502407126123
Binary110011001011000011111001100101110101010000011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0F9; }

 p { color: rgb(204,176,249); }

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

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

 a { background-color: rgb(204,176,249); }

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

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

 span { border-color: rgb(204,176,249); }

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