#CBAFFB

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

Shades of Mauve #CBAFFB

Tints of Mauve #CBAFFB

Color information

#CBAFFB (or 0xCBAFFB) is unknown color: approx Mauve. HEX triplet: CB, AF and FB. RGB value is (203,175,251). Sum of RGB (Red+Green+Blue) = 203+175+251=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBAFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFFB is #345004. Grayscale: #BFBFBF. Windows color (decimal): -3428357 or 16494539. OLE color: 16494539.

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

Color convert

RGB203175251-
CMYK0.190.3000.02
HSL262.11º90.48%83.53%-
HSV(B)262.11º30.28%98.43%-
XYZ57.3750.3297.96-
YUV192.04161.28135.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.27%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=32.27%
G=27.82%
B=39.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031752510.190.3000.02262.1190.4883.53
HexCBAFFB131E021065a54
Octal313257373233602406132124
Binary110010111010111111111011100111111001010000011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFFB; }

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

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

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

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

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

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

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

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