#CAADF7

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

Shades of Mauve #CAADF7

Tints of Mauve #CAADF7

Color information

#CAADF7 (or 0xCAADF7) is unknown color: approx Mauve. HEX triplet: CA, AD and F7. RGB value is (202,173,247). Sum of RGB (Red+Green+Blue) = 202+173+247=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 247 (96.88% from 255 or 39.71% from 622); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADF7 is #355208. Grayscale: #BDBDBD. Windows color (decimal): -3494409 or 16231882. OLE color: 16231882.

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

Color convert

RGB202173247-
CMYK0.180.3000.03
HSL263.51º82.22%82.35%-
HSV(B)263.51º29.96%96.86%-
XYZ56.0949.1694.53-
YUV190.11160.11136.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 247 (96.88% from 255) = 39.71%
R=32.48%
G=27.81%
B=39.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021732470.180.3000.03263.5182.2282.35
HexCAADF7121E031085252
Octal312255367223603410122122
Binary110010101010110111110111100101111001110000100010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADF7; }

 p { color: rgb(202,173,247); }

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

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

 a { background-color: rgb(202,173,247); }

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

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

 span { border-color: rgb(202,173,247); }

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