Html Css Color HEX #D0AFFC Mauve

📋 copy color: '#D0AFFC'

red 208 ◦ green 175 ◦ blue 252

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

Shades of Mauve #D0AFFC

Tints of Mauve #D0AFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.69%

R = 32.76%
G = 27.56%
B = 39.69%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0AFFC (or 0xD0AFFC) is known color: Mauve. HEX triplet: D0, AF and FC. RGB value is (208,175,252). Sum of RGB (Red+Green+Blue) = 208+175+252=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFFC is #2F5003. Grayscale: #C1C1C1. Windows color (decimal): -3100676 or 16560080. OLE color: 16560080.

HSL color Cylindrical-coordinate representation of color #D0AFFC: hue angle of 265.71º degrees, saturation: 0.93, 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 #D0AFFC is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 175 252 -
CMYK 0.17 0.31 0 0.01
HSL 265.71º 0.93% 0.84% -
HSV(B) 265.71º 0.31% 0.99% -
XYZ 58.91 51.1 98.85 -
YUV 193.65 160.93 138.24 -
System Red Green Blue C M Y K H S L
Decimal 208 175 252 0.17 0.31 0 0.01 265.71 0.93 0.84
Hex D0 AF FC 11 1F 0 1 10A 5D 54
Octal 320 257 374 21 37 0 1 412 135 124
Binary 11010000 10101111 11111100 10001 11111 0 1 100001010 1011101 1010100

Color Harmonies of #D0AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFFC

Black with #D0AFFC

Text Example


Text Example

White with #D0AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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