#CBAFF9

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

Shades of Mauve #CBAFF9

Tints of Mauve #CBAFF9

Color information

#CBAFF9 (or 0xCBAFF9) is unknown color: approx Mauve. HEX triplet: CB, AF and F9. RGB value is (203,175,249). Sum of RGB (Red+Green+Blue) = 203+175+249=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFF9 is #345006. Grayscale: #BFBFBF. Windows color (decimal): -3428359 or 16363467. OLE color: 16363467.

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

Color convert

RGB203175249-
CMYK0.180.3000.02
HSL262.7º86.05%83.14%-
HSV(B)262.7º29.72%97.65%-
XYZ57.0650.296.3-
YUV191.81160.28135.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 249 (97.66% from 255) = 39.71%
R=32.38%
G=27.91%
B=39.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031752490.180.3000.02262.786.0583.14
HexCBAFF9121E021075653
Octal313257371223602407126123
Binary110010111010111111111001100101111001010000011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFF9; }

 p { color: rgb(203,175,249); }

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

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

 a { background-color: rgb(203,175,249); }

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

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

 span { border-color: rgb(203,175,249); }

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