#CDADFA

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

Shades of Mauve #CDADFA

Tints of Mauve #CDADFA

Color information

#CDADFA (or 0xCDADFA) is unknown color: approx Mauve. HEX triplet: CD, AD and FA. RGB value is (205,173,250). Sum of RGB (Red+Green+Blue) = 205+173+250=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDADFA is #325205. Grayscale: #BFBFBF. Windows color (decimal): -3297798 or 16428493. OLE color: 16428493.

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

Color convert

RGB205173250-
CMYK0.180.3100.02
HSL264.94º88.51%82.94%-
HSV(B)264.94º30.8%98.04%-
XYZ57.3849.7797.02-
YUV191.35161.1137.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.64%
GREEN value IS 173 (67.97% from 255) = 27.55%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=32.64%
G=27.55%
B=39.81%

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
Decimal2051732500.180.3100.02264.9488.5182.94
HexCDADFA121F021095953
Octal315255372223702411131123
Binary110011011010110111111010100101111101010000100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADFA; }

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

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

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

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

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

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

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

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