#CCADFB

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

Shades of Mauve #CCADFB

Tints of Mauve #CCADFB

Color information

#CCADFB (or 0xCCADFB) is unknown color: approx Mauve. HEX triplet: CC, AD and FB. RGB value is (204,173,251). Sum of RGB (Red+Green+Blue) = 204+173+251=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADFB is #335204. Grayscale: #BEBEBE. Windows color (decimal): -3363333 or 16494028. OLE color: 16494028.

HSL color Cylindrical-coordinate representation of color #CCADFB: hue angle of 263.85º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCADFB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204173251-
CMYK0.190.3100.02
HSL263.85º90.7%83.14%-
HSV(B)263.85º31.08%98.43%-
XYZ57.2649.6997.84-
YUV191.16161.77137.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.48%
GREEN value IS 173 (67.97% from 255) = 27.55%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=32.48%
G=27.55%
B=39.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041732510.190.3100.02263.8590.783.14
HexCCADFB131F021085b53
Octal314255373233702410133123
Binary110011001010110111111011100111111101010000100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADFB; }

 p { color: rgb(204,173,251); }

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

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

 a { background-color: rgb(204,173,251); }

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

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

 span { border-color: rgb(204,173,251); }

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