#CDB0FF

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

Shades of Mauve #CDB0FF

Tints of Mauve #CDB0FF

Color information

#CDB0FF (or 0xCDB0FF) is unknown color: approx Mauve. HEX triplet: CD, B0 and FF. RGB value is (205,176,255). Sum of RGB (Red+Green+Blue) = 205+176+255=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0FF is #324F00. Grayscale: #C1C1C1. Windows color (decimal): -3297025 or 16756941. OLE color: 16756941.

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

Color convert

RGB205176255-
CMYK0.200.3100
HSL262.03º100%84.51%-
HSV(B)262.03º30.98%100%-
XYZ58.7551.25101.4-
YUV193.68162.61136.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.23%
GREEN value IS 176 (69.14% from 255) = 27.67%
BLUE value IS 255 (100% from 255) = 40.09%
R=32.23%
G=27.67%
B=40.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051762550.200.3100262.0310084.51
HexCDB0FF141F001066455
Octal315260377243700406144125
Binary11001101101100001111111110100111110010000011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0FF; }

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

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

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

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

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

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

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

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