#CDA4FE

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

Shades of Mauve #CDA4FE

Tints of Mauve #CDA4FE

Color information

#CDA4FE (or 0xCDA4FE) is unknown color: approx Mauve. HEX triplet: CD, A4 and FE. RGB value is (205,164,254). Sum of RGB (Red+Green+Blue) = 205+164+254=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA4FE is #325B01. Grayscale: #BABABA. Windows color (decimal): -3300098 or 16688333. OLE color: 16688333.

HSL color Cylindrical-coordinate representation of color #CDA4FE: hue angle of 267.33º 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 #CDA4FE is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205164254-
CMYK0.190.3500.00
HSL267.33º97.83%81.96%-
HSV(B)267.33º35.43%99.61%-
XYZ56.3446.6999.81-
YUV186.52166.08141.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 164 (64.45% from 255) = 26.32%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=32.91%
G=26.32%
B=40.77%

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
Decimal2051642540.190.3500.00267.3397.8381.96
HexCDA4FE13230010b6252
Octal315244376234300413142122
Binary110011011010010011111110100111000110010000101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA4FE; }

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

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

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

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

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

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

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

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