#CAADFD

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

Shades of Mauve #CAADFD

Tints of Mauve #CAADFD

Color information

#CAADFD (or 0xCAADFD) is unknown color: approx Mauve. HEX triplet: CA, AD and FD. RGB value is (202,173,253). Sum of RGB (Red+Green+Blue) = 202+173+253=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADFD is #355202. Grayscale: #BEBEBE. Windows color (decimal): -3494403 or 16625098. OLE color: 16625098.

HSL color Cylindrical-coordinate representation of color #CAADFD: hue angle of 261.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAADFD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202173253-
CMYK0.200.3200.01
HSL261.75º95.24%83.53%-
HSV(B)261.75º31.62%99.22%-
XYZ57.0349.5499.48-
YUV190.79163.11136-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.17%
GREEN value IS 173 (67.97% from 255) = 27.55%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=32.17%
G=27.55%
B=40.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021732530.200.3200.01261.7595.2483.53
HexCAADFD1420011065f54
Octal312255375244001406137124
Binary110010101010110111111101101001000000110000011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADFD; }

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

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

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

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

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

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

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

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