#CDAEFA

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

Shades of Mauve #CDAEFA

Tints of Mauve #CDAEFA

Color information

#CDAEFA (or 0xCDAEFA) is unknown color: approx Mauve. HEX triplet: CD, AE and FA. RGB value is (205,174,250). Sum of RGB (Red+Green+Blue) = 205+174+250=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDAEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAEFA is #325105. Grayscale: #BFBFBF. Windows color (decimal): -3297542 or 16428749. OLE color: 16428749.

HSL color Cylindrical-coordinate representation of color #CDAEFA: hue angle of 264.47º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDAEFA is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205174250-
CMYK0.180.3000.02
HSL264.47º88.37%83.14%-
HSV(B)264.47º30.4%98.04%-
XYZ57.5750.1597.09-
YUV191.93160.77137.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.59%
GREEN value IS 174 (68.36% from 255) = 27.66%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=32.59%
G=27.66%
B=39.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051742500.180.3000.02264.4788.3783.14
HexCDAEFA121E021085853
Octal315256372223602410130123
Binary110011011010111011111010100101111001010000100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEFA; }

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

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

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

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

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

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

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

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