#CDA7FB

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

Shades of Mauve #CDA7FB

Tints of Mauve #CDA7FB

Color information

#CDA7FB (or 0xCDA7FB) is unknown color: approx Mauve. HEX triplet: CD, A7 and FB. RGB value is (205,167,251). Sum of RGB (Red+Green+Blue) = 205+167+251=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDA7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA7FB is #325804. Grayscale: #BBBBBB. Windows color (decimal): -3299333 or 16492493. OLE color: 16492493.

HSL color Cylindrical-coordinate representation of color #CDA7FB: hue angle of 267.14º degrees, saturation: 0.91, 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 #CDA7FB is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205167251-
CMYK0.180.3300.02
HSL267.14º91.3%81.96%-
HSV(B)267.14º33.47%98.43%-
XYZ56.4147.5897.48-
YUV187.94163.59140.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 167 (65.62% from 255) = 26.81%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=32.91%
G=26.81%
B=40.29%

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
Decimal2051672510.180.3300.02267.1491.381.96
HexCDA7FB12210210b5b52
Octal315247373224102413133122
Binary1100110110100111111110111001010000101010000101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7FB; }

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

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

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

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

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

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

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

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