#CDAEF3

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

Shades of Mauve #CDAEF3

Tints of Mauve #CDAEF3

Color information

#CDAEF3 (or 0xCDAEF3) is unknown color: approx Mauve. HEX triplet: CD, AE and F3. RGB value is (205,174,243). Sum of RGB (Red+Green+Blue) = 205+174+243=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDAEF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAEF3 is #32510C. Grayscale: #BEBEBE. Windows color (decimal): -3297549 or 15969997. OLE color: 15969997.

HSL color Cylindrical-coordinate representation of color #CDAEF3: hue angle of 266.96º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDAEF3 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205174243-
CMYK0.160.2800.05
HSL266.96º74.19%81.76%-
HSV(B)266.96º28.4%95.29%-
XYZ56.4949.7291.41-
YUV191.14157.27137.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.96%
GREEN value IS 174 (68.36% from 255) = 27.97%
BLUE value IS 243 (95.31% from 255) = 39.07%
R=32.96%
G=27.97%
B=39.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051742430.160.2800.05266.9674.1981.76
HexCDAEF3101C0510b4a52
Octal315256363203405413112122
Binary1100110110101110111100111000011100010110000101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEF3; }

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

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

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

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

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

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

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

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