Html Css Color HEX #DCAEEE Mauve

📋 copy color: '#DCAEEE'

red 220 ◦ green 174 ◦ blue 238

#DCAEEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #DCAEEE

Tints of Mauve #DCAEEE

RGB

 RED value IS 220 (86.33% from 255) = 34.81%

 GREEN value IS 174 (68.36% from 255) = 27.53%

 BLUE value IS 238 (93.36% from 255) = 37.66%

R = 34.81%
G = 27.53%
B = 37.66%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCAEEE (or 0xDCAEEE) is known color: Mauve. HEX triplet: DC, AE and EE. RGB value is (220,174,238). Sum of RGB (Red+Green+Blue) = 220+174+238=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCAEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEEE is #235111. Grayscale: #C2C2C2. Windows color (decimal): -2314514 or 15642332. OLE color: 15642332.

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

Color convert

RGB 220 174 238 -
CMYK 0.08 0.27 0 0.07
HSL 283.13º 0.65% 0.81% -
HSV(B) 283.13º 0.27% 0.93% -
XYZ 60.08 51.66 87.69 -
YUV 195.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 220 174 238 0.08 0.27 0 0.07 283.13 0.65 0.81
Hex DC AE EE 8 1B 0 7 11B 41 51
Octal 334 256 356 10 33 0 7 433 101 121
Binary 11011100 10101110 11101110 1000 11011 0 111 100011011 1000001 1010001

Color Harmonies of #DCAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEEE

Black with #DCAEEE

Text Example


Text Example

White with #DCAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEEE; }

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

 H1.HeaderClassName
 {
   color: #DCAEEE;
 }
 .AnyTagClassName
 {
   color: #DCAEEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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