Html Css Color HEX #D0ADFF Mauve

📋 copy color: '#D0ADFF'

red 208 ◦ green 173 ◦ blue 255

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

Shades of Mauve #D0ADFF

Tints of Mauve #D0ADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.2%

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

R = 32.7%
G = 27.2%
B = 40.09%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D0ADFF (or 0xD0ADFF) is known color: Mauve. HEX triplet: D0, AD and FF. RGB value is (208,173,255). Sum of RGB (Red+Green+Blue) = 208+173+255=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ADFF is #2F5200. Grayscale: #C0C0C0. Windows color (decimal): -3101185 or 16756176. OLE color: 16756176.

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

Color convert

RGB 208 173 255 -
CMYK 0.18 0.32 0 0
HSL 265.61º 1% 0.84% -
HSV(B) 265.61º 0.32% 1% -
XYZ 59.01 50.52 101.25 -
YUV 192.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 208 173 255 0.18 0.32 0 0 265.61 1 0.84
Hex D0 AD FF 12 20 0 0 10A 64 54
Octal 320 255 377 22 40 0 0 412 144 124
Binary 11010000 10101101 11111111 10010 100000 0 0 100001010 1100100 1010100

Color Harmonies of #D0ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADFF

Black with #D0ADFF

Text Example


Text Example

White with #D0ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADFF; }

 p { color: rgb(208,173,255); }

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

background-color css

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

 a { background-color: rgb(208,173,255); }

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

border-color css

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

 span { border-color: rgb(208,173,255); }

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