#CBAFFE

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

Shades of Mauve #CBAFFE

Tints of Mauve #CBAFFE

Color information

#CBAFFE (or 0xCBAFFE) is unknown color: approx Mauve. HEX triplet: CB, AF and FE. RGB value is (203,175,254). Sum of RGB (Red+Green+Blue) = 203+175+254=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFFE is #345001. Grayscale: #C0C0C0. Windows color (decimal): -3428354 or 16691147. OLE color: 16691147.

HSL color Cylindrical-coordinate representation of color #CBAFFE: hue angle of 261.27º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBAFFE is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB203175254-
CMYK0.200.3100.00
HSL261.27º97.53%84.12%-
HSV(B)261.27º31.1%99.61%-
XYZ57.8550.51100.47-
YUV192.38162.78135.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 175 (68.75% from 255) = 27.69%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=32.12%
G=27.69%
B=40.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031752540.200.3100.00261.2797.5384.12
HexCBAFFE141F001056254
Octal313257376243700405142124
Binary11001011101011111111111010100111110010000010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFFE; }

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

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

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

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

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

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

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

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