#CDAFF3

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

Shades of Mauve #CDAFF3

Tints of Mauve #CDAFF3

Color information

#CDAFF3 (or 0xCDAFF3) is unknown color: approx Mauve. HEX triplet: CD, AF and F3. RGB value is (205,175,243). Sum of RGB (Red+Green+Blue) = 205+175+243=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDAFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFF3 is #32500C. Grayscale: #BFBFBF. Windows color (decimal): -3297293 or 15970253. OLE color: 15970253.

HSL color Cylindrical-coordinate representation of color #CDAFF3: hue angle of 266.47º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDAFF3 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205175243-
CMYK0.160.2800.05
HSL266.47º73.91%81.96%-
HSV(B)266.47º27.98%95.29%-
XYZ56.6850.1191.48-
YUV191.72156.94137.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 175 (68.75% from 255) = 28.09%
BLUE value IS 243 (95.31% from 255) = 39.00%
R=32.91%
G=28.09%
B=39.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051752430.160.2800.05266.4773.9181.96
HexCDAFF3101C0510a4a52
Octal315257363203405412112122
Binary1100110110101111111100111000011100010110000101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFF3; }

 p { color: rgb(205,175,243); }

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

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

 a { background-color: rgb(205,175,243); }

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

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

 span { border-color: rgb(205,175,243); }

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