Html Css Color HEX #DCAFF2 Mauve

📋 copy color: '#DCAFF2'

red 220 ◦ green 175 ◦ blue 242

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

Shades of Mauve #DCAFF2

Tints of Mauve #DCAFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.99%

R = 34.54%
G = 27.47%
B = 37.99%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCAFF2 (or 0xDCAFF2) is known color: Mauve. HEX triplet: DC, AF and F2. RGB value is (220,175,242). Sum of RGB (Red+Green+Blue) = 220+175+242=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCAFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFF2 is #23500D. Grayscale: #C3C3C3. Windows color (decimal): -2314254 or 15904732. OLE color: 15904732.

HSL color Cylindrical-coordinate representation of color #DCAFF2: hue angle of 280.3º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCAFF2 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 175 242 -
CMYK 0.09 0.28 0 0.05
HSL 280.3º 0.72% 0.82% -
HSV(B) 280.3º 0.28% 0.95% -
XYZ 60.87 52.29 90.89 -
YUV 196.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 220 175 242 0.09 0.28 0 0.05 280.3 0.72 0.82
Hex DC AF F2 9 1C 0 5 118 48 52
Octal 334 257 362 11 34 0 5 430 110 122
Binary 11011100 10101111 11110010 1001 11100 0 101 100011000 1001000 1010010

Color Harmonies of #DCAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFF2

Black with #DCAFF2

Text Example


Text Example

White with #DCAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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