Html Css Color HEX #DCAFEA Mauve

📋 copy color: '#DCAFEA'

red 220 ◦ green 175 ◦ blue 234

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

Shades of Mauve #DCAFEA

Tints of Mauve #DCAFEA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.82%

 BLUE value IS 234 (91.8% from 255) = 37.2%

R = 34.98%
G = 27.82%
B = 37.2%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DCAFEA (or 0xDCAFEA) is known color: Mauve. HEX triplet: DC, AF and EA. RGB value is (220,175,234). Sum of RGB (Red+Green+Blue) = 220+175+234=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCAFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFEA is #235015. Grayscale: #C2C2C2. Windows color (decimal): -2314262 or 15380444. OLE color: 15380444.

HSL color Cylindrical-coordinate representation of color #DCAFEA: hue angle of 285.76º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCAFEA is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 175 234 -
CMYK 0.06 0.25 0 0.08
HSL 285.76º 0.58% 0.8% -
HSV(B) 285.76º 0.25% 0.92% -
XYZ 59.7 51.82 84.7 -
YUV 195.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 220 175 234 0.06 0.25 0 0.08 285.76 0.58 0.8
Hex DC AF EA 6 19 0 8 11E 3A 50
Octal 334 257 352 6 31 0 10 436 72 120
Binary 11011100 10101111 11101010 110 11001 0 1000 100011110 111010 1010000

Color Harmonies of #DCAFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFEA

Black with #DCAFEA

Text Example


Text Example

White with #DCAFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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