#CDAFF7

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

Shades of Mauve #CDAFF7

Tints of Mauve #CDAFF7

Color information

#CDAFF7 (or 0xCDAFF7) is unknown color: approx Mauve. HEX triplet: CD, AF and F7. RGB value is (205,175,247). Sum of RGB (Red+Green+Blue) = 205+175+247=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDAFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFF7 is #325008. Grayscale: #BFBFBF. Windows color (decimal): -3297289 or 16232397. OLE color: 16232397.

HSL color Cylindrical-coordinate representation of color #CDAFF7: hue angle of 265º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDAFF7 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205175247-
CMYK0.170.2900.03
HSL265º81.82%82.75%-
HSV(B)265º29.15%96.86%-
XYZ57.350.3594.7-
YUV192.18158.94137.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 247 (96.88% from 255) = 39.39%
R=32.70%
G=27.91%
B=39.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2051752470.170.2900.0326581.8282.75
HexCDAFF7111D031095253
Octal315257367213503411122123
Binary110011011010111111110111100011110101110000100110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFF7; }

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

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

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

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

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

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

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

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