#CDA7FE

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

Shades of Mauve #CDA7FE

Tints of Mauve #CDA7FE

Color information

#CDA7FE (or 0xCDA7FE) is unknown color: approx Mauve. HEX triplet: CD, A7 and FE. RGB value is (205,167,254). Sum of RGB (Red+Green+Blue) = 205+167+254=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA7FE is #325801. Grayscale: #BBBBBB. Windows color (decimal): -3299330 or 16689101. OLE color: 16689101.

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

Color convert

RGB205167254-
CMYK0.190.3400.00
HSL266.21º97.75%82.55%-
HSV(B)266.21º34.25%99.61%-
XYZ56.8847.7799.99-
YUV188.28165.09139.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 167 (65.62% from 255) = 26.68%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=32.75%
G=26.68%
B=40.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2051672540.190.3400.00266.2197.7582.55
HexCDA7FE13220010a6253
Octal315247376234200412142123
Binary110011011010011111111110100111000100010000101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7FE; }

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

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

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

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

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

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

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

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