#CDAFF4

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

Shades of Mauve #CDAFF4

Tints of Mauve #CDAFF4

Color information

#CDAFF4 (or 0xCDAFF4) is unknown color: approx Mauve. HEX triplet: CD, AF and F4. RGB value is (205,175,244). Sum of RGB (Red+Green+Blue) = 205+175+244=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 244 (95.70% from 255 or 39.10% from 624); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDAFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFF4 is #32500B. Grayscale: #BFBFBF. Windows color (decimal): -3297292 or 16035789. OLE color: 16035789.

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

Color convert

RGB205175244-
CMYK0.160.2800.04
HSL266.09º75.82%82.16%-
HSV(B)266.09º28.28%95.69%-
XYZ56.8450.1792.28-
YUV191.84157.44137.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 244 (95.70% from 255) = 39.10%
R=32.85%
G=28.04%
B=39.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051752440.160.2800.04266.0975.8282.16
HexCDAFF4101C0410a4c52
Octal315257364203404412114122
Binary1100110110101111111101001000011100010010000101010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFF4; }

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

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

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

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

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

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

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

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