#CDB5FF

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

Shades of Mauve #CDB5FF

Tints of Mauve #CDB5FF

Color information

#CDB5FF (or 0xCDB5FF) is unknown color: approx Mauve. HEX triplet: CD, B5 and FF. RGB value is (205,181,255). Sum of RGB (Red+Green+Blue) = 205+181+255=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB5FF is #324A00. Grayscale: #C4C4C4. Windows color (decimal): -3295745 or 16758221. OLE color: 16758221.

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

Color convert

RGB205181255-
CMYK0.200.2900
HSL259.46º100%85.49%-
HSV(B)259.46º29.02%100%-
XYZ59.7553.25101.74-
YUV196.61160.95133.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 181 (71.09% from 255) = 28.24%
BLUE value IS 255 (100% from 255) = 39.78%
R=31.98%
G=28.24%
B=39.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051812550.200.2900259.4610085.49
HexCDB5FF141D001036455
Octal315265377243500403144125
Binary11001101101101011111111110100111010010000001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5FF; }

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

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

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

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

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

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

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

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