#CDB2FF

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

Shades of Mauve #CDB2FF

Tints of Mauve #CDB2FF

Color information

#CDB2FF (or 0xCDB2FF) is unknown color: approx Mauve. HEX triplet: CD, B2 and FF. RGB value is (205,178,255). Sum of RGB (Red+Green+Blue) = 205+178+255=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB2FF is #324D00. Grayscale: #C2C2C2. Windows color (decimal): -3296513 or 16757453. OLE color: 16757453.

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

Color convert

RGB205178255-
CMYK0.200.3000
HSL261.04º100%84.9%-
HSV(B)261.04º30.2%100%-
XYZ59.1552.04101.54-
YUV194.85161.95135.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.13%
GREEN value IS 178 (69.92% from 255) = 27.90%
BLUE value IS 255 (100% from 255) = 39.97%
R=32.13%
G=27.90%
B=39.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051782550.200.3000261.0410084.9
HexCDB2FF141E001056455
Octal315262377243600405144125
Binary11001101101100101111111110100111100010000010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB2FF; }

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

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

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

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

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

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

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

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