#CDB3FB

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

Shades of Mauve #CDB3FB

Tints of Mauve #CDB3FB

Color information

#CDB3FB (or 0xCDB3FB) is unknown color: approx Mauve. HEX triplet: CD, B3 and FB. RGB value is (205,179,251). Sum of RGB (Red+Green+Blue) = 205+179+251=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDB3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB3FB is #324C04. Grayscale: #C2C2C2. Windows color (decimal): -3296261 or 16495565. OLE color: 16495565.

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

Color convert

RGB205179251-
CMYK0.180.2900.02
HSL261.67º90%84.31%-
HSV(B)261.67º28.69%98.43%-
XYZ58.7152.1898.25-
YUV194.98159.61135.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.28%
GREEN value IS 179 (70.31% from 255) = 28.19%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=32.28%
G=28.19%
B=39.53%

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
Decimal2051792510.180.2900.02261.679084.31
HexCDB3FB121D021065a54
Octal315263373223502406132124
Binary110011011011001111111011100101110101010000011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB3FB; }

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

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

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

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

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

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

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

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