#CDADFD

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

Shades of Mauve #CDADFD

Tints of Mauve #CDADFD

Color information

#CDADFD (or 0xCDADFD) is unknown color: approx Mauve. HEX triplet: CD, AD and FD. RGB value is (205,173,253). Sum of RGB (Red+Green+Blue) = 205+173+253=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDADFD is #325202. Grayscale: #BFBFBF. Windows color (decimal): -3297795 or 16625101. OLE color: 16625101.

HSL color Cylindrical-coordinate representation of color #CDADFD: hue angle of 264º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDADFD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205173253-
CMYK0.190.3200.01
HSL264º95.24%83.53%-
HSV(B)264º31.62%99.22%-
XYZ57.8549.9699.52-
YUV191.69162.6137.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.49%
GREEN value IS 173 (67.97% from 255) = 27.42%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=32.49%
G=27.42%
B=40.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051732530.190.3200.0126495.2483.53
HexCDADFD1320011085f54
Octal315255375234001410137124
Binary110011011010110111111101100111000000110000100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADFD; }

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

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

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

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

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

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

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

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