#CDADFB

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

Shades of Mauve #CDADFB

Tints of Mauve #CDADFB

Color information

#CDADFB (or 0xCDADFB) is unknown color: approx Mauve. HEX triplet: CD, AD and FB. RGB value is (205,173,251). Sum of RGB (Red+Green+Blue) = 205+173+251=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDADFB is #325204. Grayscale: #BFBFBF. Windows color (decimal): -3297797 or 16494029. OLE color: 16494029.

HSL color Cylindrical-coordinate representation of color #CDADFB: hue angle of 264.62º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDADFB is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205173251-
CMYK0.180.3100.02
HSL264.62º90.7%83.14%-
HSV(B)264.62º31.08%98.43%-
XYZ57.5349.8397.85-
YUV191.46161.6137.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.59%
GREEN value IS 173 (67.97% from 255) = 27.50%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=32.59%
G=27.50%
B=39.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051732510.180.3100.02264.6290.783.14
HexCDADFB121F021095b53
Octal315255373223702411133123
Binary110011011010110111111011100101111101010000100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADFB; }

 p { color: rgb(205,173,251); }

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

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

 a { background-color: rgb(205,173,251); }

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

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

 span { border-color: rgb(205,173,251); }

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