#CAADF8

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

Shades of Mauve #CAADF8

Tints of Mauve #CAADF8

Color information

#CAADF8 (or 0xCAADF8) is unknown color: approx Mauve. HEX triplet: CA, AD and F8. RGB value is (202,173,248). Sum of RGB (Red+Green+Blue) = 202+173+248=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADF8 is #355207. Grayscale: #BDBDBD. Windows color (decimal): -3494408 or 16297418. OLE color: 16297418.

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

Color convert

RGB202173248-
CMYK0.190.3000.03
HSL263.2º84.27%82.55%-
HSV(B)263.2º30.24%97.25%-
XYZ56.2449.2295.34-
YUV190.22160.61136.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 173 (67.97% from 255) = 27.77%
BLUE value IS 248 (97.27% from 255) = 39.81%
R=32.42%
G=27.77%
B=39.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021732480.190.3000.03263.284.2782.55
HexCAADF8131E031075453
Octal312255370233603407124123
Binary110010101010110111111000100111111001110000011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADF8; }

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

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

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

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

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

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

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

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