#DCAFEE

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

Shades of Mauve #DCAFEE

Tints of Mauve #DCAFEE

Color information

#DCAFEE (or 0xDCAFEE) is unknown color: approx Mauve. HEX triplet: DC, AF and EE. RGB value is (220,175,238). Sum of RGB (Red+Green+Blue) = 220+175+238=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCAFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFEE is #235011. Grayscale: #C3C3C3. Windows color (decimal): -2314258 or 15642588. OLE color: 15642588.

HSL color Cylindrical-coordinate representation of color #DCAFEE: hue angle of 282.86º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCAFEE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220175238-
CMYK0.080.2600.07
HSL282.86º64.95%80.98%-
HSV(B)282.86º26.47%93.33%-
XYZ60.2852.0587.76-
YUV195.64151.91145.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 175 (68.75% from 255) = 27.65%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=34.76%
G=27.65%
B=37.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201752380.080.2600.07282.8664.9580.98
HexDCAFEE81A0711b4151
Octal334257356103207433101121
Binary110111001010111111101110100011010011110001101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFEE; }

 p { color: rgb(220,175,238); }

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

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

 a { background-color: rgb(220,175,238); }

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

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

 span { border-color: rgb(220,175,238); }

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