#CDB3FC

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

Shades of Mauve #CDB3FC

Tints of Mauve #CDB3FC

Color information

#CDB3FC (or 0xCDB3FC) is unknown color: approx Mauve. HEX triplet: CD, B3 and FC. RGB value is (205,179,252). Sum of RGB (Red+Green+Blue) = 205+179+252=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 179 (70.31% from 255 or 28.14% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDB3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB3FC is #324C03. Grayscale: #C2C2C2. Windows color (decimal): -3296260 or 16561101. OLE color: 16561101.

HSL color Cylindrical-coordinate representation of color #CDB3FC: hue angle of 261.37º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDB3FC is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205179252-
CMYK0.190.2900.01
HSL261.37º92.41%84.51%-
HSV(B)261.37º28.97%98.82%-
XYZ58.8752.2599.08-
YUV195.1160.11135.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.23%
GREEN value IS 179 (70.31% from 255) = 28.14%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=32.23%
G=28.14%
B=39.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051792520.190.2900.01261.3792.4184.51
HexCDB3FC131D011055c55
Octal315263374233501405134125
Binary11001101101100111111110010011111010110000010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB3FC; }

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

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

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

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

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

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

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

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