#CDAFFC

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

Shades of Mauve #CDAFFC

Tints of Mauve #CDAFFC

Color information

#CDAFFC (or 0xCDAFFC) is unknown color: approx Mauve. HEX triplet: CD, AF and FC. RGB value is (205,175,252). Sum of RGB (Red+Green+Blue) = 205+175+252=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDAFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFFC is #325003. Grayscale: #C0C0C0. Windows color (decimal): -3297284 or 16560077. OLE color: 16560077.

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

Color convert

RGB205175252-
CMYK0.190.3100.01
HSL263.38º92.77%83.73%-
HSV(B)263.38º30.56%98.82%-
XYZ58.0850.6798.81-
YUV192.75161.44136.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 175 (68.75% from 255) = 27.69%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=32.44%
G=27.69%
B=39.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051752520.190.3100.01263.3892.7783.73
HexCDAFFC131F011075d54
Octal315257374233701407135124
Binary11001101101011111111110010011111110110000011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFFC; }

 p { color: rgb(205,175,252); }

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

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

 a { background-color: rgb(205,175,252); }

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

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

 span { border-color: rgb(205,175,252); }

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