#CDADF4

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

Shades of Mauve #CDADF4

Tints of Mauve #CDADF4

Color information

#CDADF4 (or 0xCDADF4) is unknown color: approx Mauve. HEX triplet: CD, AD and F4. RGB value is (205,173,244). Sum of RGB (Red+Green+Blue) = 205+173+244=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDADF4 is #32520B. Grayscale: #BEBEBE. Windows color (decimal): -3297804 or 16035277. OLE color: 16035277.

HSL color Cylindrical-coordinate representation of color #CDADF4: hue angle of 267.04º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDADF4 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205173244-
CMYK0.160.2900.04
HSL267.04º76.34%81.76%-
HSV(B)267.04º29.1%95.69%-
XYZ56.4549.492.15-
YUV190.66158.1138.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.96%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 244 (95.70% from 255) = 39.23%
R=32.96%
G=27.81%
B=39.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051732440.160.2900.04267.0476.3481.76
HexCDADF4101D0410b4c52
Octal315255364203504413114122
Binary1100110110101101111101001000011101010010000101110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADF4; }

 p { color: rgb(205,173,244); }

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

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

 a { background-color: rgb(205,173,244); }

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

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

 span { border-color: rgb(205,173,244); }

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