#CAADFC

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

Shades of Mauve #CAADFC

Tints of Mauve #CAADFC

Color information

#CAADFC (or 0xCAADFC) is unknown color: approx Mauve. HEX triplet: CA, AD and FC. RGB value is (202,173,252). Sum of RGB (Red+Green+Blue) = 202+173+252=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADFC is #355203. Grayscale: #BEBEBE. Windows color (decimal): -3494404 or 16559562. OLE color: 16559562.

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

Color convert

RGB202173252-
CMYK0.200.3100.01
HSL262.03º92.94%83.33%-
HSV(B)262.03º31.35%98.82%-
XYZ56.8749.4798.65-
YUV190.68162.61136.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.22%
GREEN value IS 173 (67.97% from 255) = 27.59%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=32.22%
G=27.59%
B=40.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021732520.200.3100.01262.0392.9483.33
HexCAADFC141F011065d53
Octal312255374243701406135123
Binary11001010101011011111110010100111110110000011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADFC; }

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

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

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

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

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

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

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

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