Html Css Color HEX #D0ADFE Mauve

📋 copy color: '#D0ADFE'

red 208 ◦ green 173 ◦ blue 254

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

Shades of Mauve #D0ADFE

Tints of Mauve #D0ADFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40%

R = 32.76%
G = 27.24%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D0ADFE (or 0xD0ADFE) is known color: Mauve. HEX triplet: D0, AD and FE. RGB value is (208,173,254). Sum of RGB (Red+Green+Blue) = 208+173+254=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ADFE is #2F5201. Grayscale: #C0C0C0. Windows color (decimal): -3101186 or 16690640. OLE color: 16690640.

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

Color convert

RGB 208 173 254 -
CMYK 0.18 0.32 0 0.00
HSL 265.93º 0.98% 0.84% -
HSV(B) 265.93º 0.32% 1% -
XYZ 58.85 50.45 100.4 -
YUV 192.7 162.6 138.91 -
System Red Green Blue C M Y K H S L
Decimal 208 173 254 0.18 0.32 0 0.00 265.93 0.98 0.84
Hex D0 AD FE 12 20 0 0 10A 62 54
Octal 320 255 376 22 40 0 0 412 142 124
Binary 11010000 10101101 11111110 10010 100000 0 0 100001010 1100010 1010100

Color Harmonies of #D0ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADFE

Black with #D0ADFE

Text Example


Text Example

White with #D0ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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