#CDA8FA

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

Shades of Mauve #CDA8FA

Tints of Mauve #CDA8FA

Color information

#CDA8FA (or 0xCDA8FA) is unknown color: approx Mauve. HEX triplet: CD, A8 and FA. RGB value is (205,168,250). Sum of RGB (Red+Green+Blue) = 205+168+250=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDA8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA8FA is #325705. Grayscale: #BCBCBC. Windows color (decimal): -3299078 or 16427213. OLE color: 16427213.

HSL color Cylindrical-coordinate representation of color #CDA8FA: hue angle of 267.07º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDA8FA is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205168250-
CMYK0.180.3300.02
HSL267.07º89.13%81.96%-
HSV(B)267.07º32.8%98.04%-
XYZ56.4347.8996.71-
YUV188.41162.76139.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 168 (66.02% from 255) = 26.97%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=32.91%
G=26.97%
B=40.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051682500.180.3300.02267.0789.1381.96
HexCDA8FA12210210b5952
Octal315250372224102413131122
Binary1100110110101000111110101001010000101010000101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8FA; }

 p { color: rgb(205,168,250); }

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

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

 a { background-color: rgb(205,168,250); }

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

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

 span { border-color: rgb(205,168,250); }

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