Html Css Color HEX #DCAFE9 Mauve

📋 copy color: '#DCAFE9'

red 220 ◦ green 175 ◦ blue 233

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

Shades of Mauve #DCAFE9

Tints of Mauve #DCAFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.1%

R = 35.03%
G = 27.87%
B = 37.1%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCAFE9 (or 0xDCAFE9) is known color: Mauve. HEX triplet: DC, AF and E9. RGB value is (220,175,233). Sum of RGB (Red+Green+Blue) = 220+175+233=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCAFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFE9 is #235016. Grayscale: #C2C2C2. Windows color (decimal): -2314263 or 15314908. OLE color: 15314908.

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

Color convert

RGB 220 175 233 -
CMYK 0.06 0.25 0 0.09
HSL 286.55º 0.57% 0.8% -
HSV(B) 286.55º 0.25% 0.91% -
XYZ 59.55 51.76 83.94 -
YUV 195.07 149.41 145.78 -
System Red Green Blue C M Y K H S L
Decimal 220 175 233 0.06 0.25 0 0.09 286.55 0.57 0.8
Hex DC AF E9 6 19 0 9 11F 39 50
Octal 334 257 351 6 31 0 11 437 71 120
Binary 11011100 10101111 11101001 110 11001 0 1001 100011111 111001 1010000

Color Harmonies of #DCAFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFE9

Black with #DCAFE9

Text Example


Text Example

White with #DCAFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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