#CDADFF

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

Shades of Mauve #CDADFF

Tints of Mauve #CDADFF

Color information

#CDADFF (or 0xCDADFF) is unknown color: approx Mauve. HEX triplet: CD, AD and FF. RGB value is (205,173,255). Sum of RGB (Red+Green+Blue) = 205+173+255=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDADFF is #325200. Grayscale: #BFBFBF. Windows color (decimal): -3297793 or 16756173. OLE color: 16756173.

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

Color convert

RGB205173255-
CMYK0.200.3200
HSL263.41º100%83.92%-
HSV(B)263.41º32.16%100%-
XYZ58.1750.09101.21-
YUV191.92163.6137.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.39%
GREEN value IS 173 (67.97% from 255) = 27.33%
BLUE value IS 255 (100% from 255) = 40.28%
R=32.39%
G=27.33%
B=40.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051732550.200.3200263.4110083.92
HexCDADFF1420001076454
Octal315255377244000407144124
Binary110011011010110111111111101001000000010000011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADFF; }

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

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

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

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

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

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

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

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