Html Css Color HEX #DCAFFD Mauve

📋 copy color: '#DCAFFD'

red 220 ◦ green 175 ◦ blue 253

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

Shades of Mauve #DCAFFD

Tints of Mauve #DCAFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.04%

R = 33.95%
G = 27.01%
B = 39.04%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DCAFFD (or 0xDCAFFD) is known color: Mauve. HEX triplet: DC, AF and FD. RGB value is (220,175,253). Sum of RGB (Red+Green+Blue) = 220+175+253=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 175 (68.75% from 255 or 27.01% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCAFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFFD is #235002. Grayscale: #C5C5C5. Windows color (decimal): -2314243 or 16625628. OLE color: 16625628.

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

Color convert

RGB 220 175 253 -
CMYK 0.13 0.31 0 0.01
HSL 274.62º 0.95% 0.84% -
HSV(B) 274.62º 0.31% 0.99% -
XYZ 62.57 52.97 99.85 -
YUV 197.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 220 175 253 0.13 0.31 0 0.01 274.62 0.95 0.84
Hex DC AF FD D 1F 0 1 113 5F 54
Octal 334 257 375 15 37 0 1 423 137 124
Binary 11011100 10101111 11111101 1101 11111 0 1 100010011 1011111 1010100

Color Harmonies of #DCAFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFFD

Black with #DCAFFD

Text Example


Text Example

White with #DCAFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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