#CDADF9

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

Shades of Mauve #CDADF9

Tints of Mauve #CDADF9

Color information

#CDADF9 (or 0xCDADF9) is unknown color: approx Mauve. HEX triplet: CD, AD and F9. RGB value is (205,173,249). Sum of RGB (Red+Green+Blue) = 205+173+249=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDADF9 is #325206. Grayscale: #BEBEBE. Windows color (decimal): -3297799 or 16362957. OLE color: 16362957.

HSL color Cylindrical-coordinate representation of color #CDADF9: hue angle of 265.26º degrees, saturation: 0.86, 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 #CDADF9 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205173249-
CMYK0.180.3100.02
HSL265.26º86.36%82.75%-
HSV(B)265.26º30.52%97.65%-
XYZ57.2249.7196.2-
YUV191.23160.6137.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 173 (67.97% from 255) = 27.59%
BLUE value IS 249 (97.66% from 255) = 39.71%
R=32.70%
G=27.59%
B=39.71%

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
Decimal2051732490.180.3100.02265.2686.3682.75
HexCDADF9121F021095653
Octal315255371223702411126123
Binary110011011010110111111001100101111101010000100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADF9; }

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

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

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

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

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

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

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

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