#CDA6FE

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

Shades of Mauve #CDA6FE

Tints of Mauve #CDA6FE

Color information

#CDA6FE (or 0xCDA6FE) is unknown color: approx Mauve. HEX triplet: CD, A6 and FE. RGB value is (205,166,254). Sum of RGB (Red+Green+Blue) = 205+166+254=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDA6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA6FE is #325901. Grayscale: #BBBBBB. Windows color (decimal): -3299586 or 16688845. OLE color: 16688845.

HSL color Cylindrical-coordinate representation of color #CDA6FE: hue angle of 266.59º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDA6FE is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205166254-
CMYK0.190.3500.00
HSL266.59º97.78%82.35%-
HSV(B)266.59º34.65%99.61%-
XYZ56.747.4199.93-
YUV187.69165.42140.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 166 (65.23% from 255) = 26.56%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=32.8%
G=26.56%
B=40.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2051662540.190.3500.00266.5997.7882.35
HexCDA6FE13230010b6252
Octal315246376234300413142122
Binary110011011010011011111110100111000110010000101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA6FE; }

 p { color: rgb(205,166,254); }

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

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

 a { background-color: rgb(205,166,254); }

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

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

 span { border-color: rgb(205,166,254); }

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