#CDAFF5

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

Shades of Mauve #CDAFF5

Tints of Mauve #CDAFF5

Color information

#CDAFF5 (or 0xCDAFF5) is unknown color: approx Mauve. HEX triplet: CD, AF and F5. RGB value is (205,175,245). Sum of RGB (Red+Green+Blue) = 205+175+245=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 245 (96.09% from 255 or 39.2% from 625); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDAFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFF5 is #32500A. Grayscale: #BFBFBF. Windows color (decimal): -3297291 or 16101325. OLE color: 16101325.

HSL color Cylindrical-coordinate representation of color #CDAFF5: hue angle of 265.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDAFF5 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205175245-
CMYK0.160.2900.04
HSL265.71º77.78%82.35%-
HSV(B)265.71º28.57%96.08%-
XYZ56.9950.2393.08-
YUV191.95157.94137.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 245 (96.09% from 255) = 39.2%
R=32.8%
G=28%
B=39.2%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051752450.160.2900.04265.7177.7882.35
HexCDAFF5101D0410a4e52
Octal315257365203504412116122
Binary1100110110101111111101011000011101010010000101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFF5; }

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

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

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

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

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

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

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

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