#CDADFE

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

Shades of Mauve #CDADFE

Tints of Mauve #CDADFE

Color information

#CDADFE (or 0xCDADFE) is unknown color: approx Mauve. HEX triplet: CD, AD and FE. RGB value is (205,173,254). Sum of RGB (Red+Green+Blue) = 205+173+254=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDADFE is #325201. Grayscale: #BFBFBF. Windows color (decimal): -3297794 or 16690637. OLE color: 16690637.

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

Color convert

RGB205173254-
CMYK0.190.3200.00
HSL263.7º97.59%83.73%-
HSV(B)263.7º31.89%99.61%-
XYZ58.0150.02100.36-
YUV191.8163.1137.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 173 (67.97% from 255) = 27.37%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=32.44%
G=27.37%
B=40.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2051732540.190.3200.00263.797.5983.73
HexCDADFE1320001086254
Octal315255376234000410142124
Binary110011011010110111111110100111000000010000100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADFE; }

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

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

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

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

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

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

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

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