#CDB4FF

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

Shades of Mauve #CDB4FF

Tints of Mauve #CDB4FF

Color information

#CDB4FF (or 0xCDB4FF) is unknown color: approx Mauve. HEX triplet: CD, B4 and FF. RGB value is (205,180,255). Sum of RGB (Red+Green+Blue) = 205+180+255=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 180 (70.70% from 255 or 28.12% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB4FF is #324B00. Grayscale: #C3C3C3. Windows color (decimal): -3296001 or 16757965. OLE color: 16757965.

HSL color Cylindrical-coordinate representation of color #CDB4FF: hue angle of 260º 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 #CDB4FF is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205180255-
CMYK0.200.2900
HSL260º100%85.29%-
HSV(B)260º29.41%100%-
XYZ59.5552.84101.67-
YUV196.02161.28134.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 180 (70.70% from 255) = 28.12%
BLUE value IS 255 (100% from 255) = 39.84%
R=32.03%
G=28.12%
B=39.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051802550.200.290026010085.29
HexCDB4FF141D001046455
Octal315264377243500404144125
Binary11001101101101001111111110100111010010000010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4FF; }

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

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

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

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

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

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

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

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