Html Css Color HEX #D0ADFD Mauve

📋 copy color: '#D0ADFD'

red 208 ◦ green 173 ◦ blue 253

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

Shades of Mauve #D0ADFD

Tints of Mauve #D0ADFD

RGB

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

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

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

R = 32.81%
G = 27.29%
B = 39.91%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0ADFD (or 0xD0ADFD) is known color: Mauve. HEX triplet: D0, AD and FD. RGB value is (208,173,253). Sum of RGB (Red+Green+Blue) = 208+173+253=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ADFD is #2F5202. Grayscale: #C0C0C0. Windows color (decimal): -3101187 or 16625104. OLE color: 16625104.

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

Color convert

RGB 208 173 253 -
CMYK 0.18 0.32 0 0.01
HSL 266.25º 0.95% 0.84% -
HSV(B) 266.25º 0.32% 0.99% -
XYZ 58.69 50.39 99.56 -
YUV 192.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 208 173 253 0.18 0.32 0 0.01 266.25 0.95 0.84
Hex D0 AD FD 12 20 0 1 10A 5F 54
Octal 320 255 375 22 40 0 1 412 137 124
Binary 11010000 10101101 11111101 10010 100000 0 1 100001010 1011111 1010100

Color Harmonies of #D0ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADFD

Black with #D0ADFD

Text Example


Text Example

White with #D0ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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