Html Css Color HEX #DCAFFF Mauve

📋 copy color: '#DCAFFF'

red 220 ◦ green 175 ◦ blue 255

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

Shades of Mauve #DCAFFF

Tints of Mauve #DCAFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.23%

R = 33.85%
G = 26.92%
B = 39.23%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCAFFF (or 0xDCAFFF) is known color: Mauve. HEX triplet: DC, AF and FF. RGB value is (220,175,255). Sum of RGB (Red+Green+Blue) = 220+175+255=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFFF is #235000. Grayscale: #C5C5C5. Windows color (decimal): -2314241 or 16756700. OLE color: 16756700.

HSL color Cylindrical-coordinate representation of color #DCAFFF: hue angle of 273.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCAFFF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 175 255 -
CMYK 0.14 0.31 0 0
HSL 273.75º 1% 0.84% -
HSV(B) 273.75º 0.31% 1% -
XYZ 62.9 53.1 101.54 -
YUV 197.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 220 175 255 0.14 0.31 0 0 273.75 1 0.84
Hex DC AF FF E 1F 0 0 112 64 54
Octal 334 257 377 16 37 0 0 422 144 124
Binary 11011100 10101111 11111111 1110 11111 0 0 100010010 1100100 1010100

Color Harmonies of #DCAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFFF

Black with #DCAFFF

Text Example


Text Example

White with #DCAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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