#CDB1FF

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

Shades of Mauve #CDB1FF

Tints of Mauve #CDB1FF

Color information

#CDB1FF (or 0xCDB1FF) is unknown color: approx Mauve. HEX triplet: CD, B1 and FF. RGB value is (205,177,255). Sum of RGB (Red+Green+Blue) = 205+177+255=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB1FF is #324E00. Grayscale: #C1C1C1. Windows color (decimal): -3296769 or 16757197. OLE color: 16757197.

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

Color convert

RGB205177255-
CMYK0.200.3100
HSL261.54º100%84.71%-
HSV(B)261.54º30.59%100%-
XYZ58.9551.64101.47-
YUV194.26162.28135.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 177 (69.53% from 255) = 27.79%
BLUE value IS 255 (100% from 255) = 40.03%
R=32.18%
G=27.79%
B=40.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051772550.200.3100261.5410084.71
HexCDB1FF141F001066455
Octal315261377243700406144125
Binary11001101101100011111111110100111110010000011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1FF; }

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

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

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

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

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

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

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

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