Html Css Color HEX #DCAEEF Mauve

📋 copy color: '#DCAEEF'

red 220 ◦ green 174 ◦ blue 239

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

Shades of Mauve #DCAEEF

Tints of Mauve #DCAEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.76%

R = 34.76%
G = 27.49%
B = 37.76%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCAEEF (or 0xDCAEEF) is known color: Mauve. HEX triplet: DC, AE and EF. RGB value is (220,174,239). Sum of RGB (Red+Green+Blue) = 220+174+239=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEEF is #235110. Grayscale: #C2C2C2. Windows color (decimal): -2314513 or 15707868. OLE color: 15707868.

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

Color convert

RGB 220 174 239 -
CMYK 0.08 0.27 0 0.06
HSL 282.46º 0.67% 0.81% -
HSV(B) 282.46º 0.27% 0.94% -
XYZ 60.23 51.72 88.47 -
YUV 195.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 220 174 239 0.08 0.27 0 0.06 282.46 0.67 0.81
Hex DC AE EF 8 1B 0 6 11A 43 51
Octal 334 256 357 10 33 0 6 432 103 121
Binary 11011100 10101110 11101111 1000 11011 0 110 100011010 1000011 1010001

Color Harmonies of #DCAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEEF

Black with #DCAEEF

Text Example


Text Example

White with #DCAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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