#CDAFFE

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

Shades of Mauve #CDAFFE

Tints of Mauve #CDAFFE

Color information

#CDAFFE (or 0xCDAFFE) is unknown color: approx Mauve. HEX triplet: CD, AF and FE. RGB value is (205,175,254). Sum of RGB (Red+Green+Blue) = 205+175+254=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFFE is #325001. Grayscale: #C0C0C0. Windows color (decimal): -3297282 or 16691149. OLE color: 16691149.

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

Color convert

RGB205175254-
CMYK0.190.3100.00
HSL262.78º97.53%84.12%-
HSV(B)262.78º31.1%99.61%-
XYZ58.450.79100.49-
YUV192.98162.44136.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.33%
GREEN value IS 175 (68.75% from 255) = 27.60%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=32.33%
G=27.60%
B=40.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2051752540.190.3100.00262.7897.5384.12
HexCDAFFE131F001076254
Octal315257376233700407142124
Binary11001101101011111111111010011111110010000011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFFE; }

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

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

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

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

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

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

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

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