#CDB3FF

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

Shades of Mauve #CDB3FF

Tints of Mauve #CDB3FF

Color information

#CDB3FF (or 0xCDB3FF) is unknown color: approx Mauve. HEX triplet: CD, B3 and FF. RGB value is (205,179,255). Sum of RGB (Red+Green+Blue) = 205+179+255=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB3FF is #324C00. Grayscale: #C3C3C3. Windows color (decimal): -3296257 or 16757709. OLE color: 16757709.

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

Color convert

RGB205179255-
CMYK0.200.3000
HSL260.53º100%85.1%-
HSV(B)260.53º29.8%100%-
XYZ59.3552.44101.6-
YUV195.44161.61134.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.08%
GREEN value IS 179 (70.31% from 255) = 28.01%
BLUE value IS 255 (100% from 255) = 39.91%
R=32.08%
G=28.01%
B=39.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051792550.200.3000260.5310085.1
HexCDB3FF141E001056455
Octal315263377243600405144125
Binary11001101101100111111111110100111100010000010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB3FF; }

 p { color: rgb(205,179,255); }

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

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

 a { background-color: rgb(205,179,255); }

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

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

 span { border-color: rgb(205,179,255); }

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