Html Css Color HEX #D0AFEF Mauve

📋 copy color: '#D0AFEF'

red 208 ◦ green 175 ◦ blue 239

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

Shades of Mauve #D0AFEF

Tints of Mauve #D0AFEF

RGB

 RED value IS 208 (81.64% from 255) = 33.44%

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

 BLUE value IS 239 (93.75% from 255) = 38.42%

R = 33.44%
G = 28.14%
B = 38.42%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D0AFEF (or 0xD0AFEF) is known color: Mauve. HEX triplet: D0, AF and EF. RGB value is (208,175,239). Sum of RGB (Red+Green+Blue) = 208+175+239=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFEF is #2F5010. Grayscale: #BFBFBF. Windows color (decimal): -3100689 or 15708112. OLE color: 15708112.

HSL color Cylindrical-coordinate representation of color #D0AFEF: hue angle of 270.94º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0AFEF is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 175 239 -
CMYK 0.13 0.27 0 0.06
HSL 270.94º 0.67% 0.81% -
HSV(B) 270.94º 0.27% 0.94% -
XYZ 56.92 50.3 88.37 -
YUV 192.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 208 175 239 0.13 0.27 0 0.06 270.94 0.67 0.81
Hex D0 AF EF D 1B 0 6 10F 43 51
Octal 320 257 357 15 33 0 6 417 103 121
Binary 11010000 10101111 11101111 1101 11011 0 110 100001111 1000011 1010001

Color Harmonies of #D0AFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFEF

Black with #D0AFEF

Text Example


Text Example

White with #D0AFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFEF; }

 p { color: rgb(208,175,239); }

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

background-color css

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

 a { background-color: rgb(208,175,239); }

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

border-color css

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

 span { border-color: rgb(208,175,239); }

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