#CDADF7

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

Shades of Mauve #CDADF7

Tints of Mauve #CDADF7

Color information

#CDADF7 (or 0xCDADF7) is unknown color: approx Mauve. HEX triplet: CD, AD and F7. RGB value is (205,173,247). Sum of RGB (Red+Green+Blue) = 205+173+247=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDADF7 is #325208. Grayscale: #BEBEBE. Windows color (decimal): -3297801 or 16231885. OLE color: 16231885.

HSL color Cylindrical-coordinate representation of color #CDADF7: hue angle of 265.95º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDADF7 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205173247-
CMYK0.170.3000.03
HSL265.95º82.22%82.35%-
HSV(B)265.95º29.96%96.86%-
XYZ56.9149.5894.57-
YUV191159.6137.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 173 (67.97% from 255) = 27.68%
BLUE value IS 247 (96.88% from 255) = 39.52%
R=32.8%
G=27.68%
B=39.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2051732470.170.3000.03265.9582.2282.35
HexCDADF7111E0310a5252
Octal315255367213603412122122
Binary110011011010110111110111100011111001110000101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADF7; }

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

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

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

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

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

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

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

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