#CDAEFC

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

Shades of Mauve #CDAEFC

Tints of Mauve #CDAEFC

Color information

#CDAEFC (or 0xCDAEFC) is unknown color: approx Mauve. HEX triplet: CD, AE and FC. RGB value is (205,174,252). Sum of RGB (Red+Green+Blue) = 205+174+252=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAEFC is #325103. Grayscale: #BFBFBF. Windows color (decimal): -3297540 or 16559821. OLE color: 16559821.

HSL color Cylindrical-coordinate representation of color #CDAEFC: hue angle of 263.85º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDAEFC is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205174252-
CMYK0.190.3100.01
HSL263.85º92.86%83.53%-
HSV(B)263.85º30.95%98.82%-
XYZ57.8850.2898.75-
YUV192.16161.77137.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.49%
GREEN value IS 174 (68.36% from 255) = 27.58%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=32.49%
G=27.58%
B=39.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051742520.190.3100.01263.8592.8683.53
HexCDAEFC131F011085d54
Octal315256374233701410135124
Binary11001101101011101111110010011111110110000100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEFC; }

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

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

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

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

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

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

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

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