#CDAEF4

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

Shades of Mauve #CDAEF4

Tints of Mauve #CDAEF4

Color information

#CDAEF4 (or 0xCDAEF4) is unknown color: approx Mauve. HEX triplet: CD, AE and F4. RGB value is (205,174,244). Sum of RGB (Red+Green+Blue) = 205+174+244=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 244 (95.70% from 255 or 39.17% from 623); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDAEF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAEF4 is #32510B. Grayscale: #BFBFBF. Windows color (decimal): -3297548 or 16035533. OLE color: 16035533.

HSL color Cylindrical-coordinate representation of color #CDAEF4: hue angle of 266.57º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDAEF4 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205174244-
CMYK0.160.2900.04
HSL266.57º76.09%81.96%-
HSV(B)266.57º28.69%95.69%-
XYZ56.6449.7892.21-
YUV191.25157.77137.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 244 (95.70% from 255) = 39.17%
R=32.91%
G=27.93%
B=39.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051742440.160.2900.04266.5776.0981.96
HexCDAEF4101D0410b4c52
Octal315256364203504413114122
Binary1100110110101110111101001000011101010010000101110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEF4; }

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

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

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

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

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

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

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

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