Html Css Color HEX #D8ADFC Mauve

📋 copy color: '#D8ADFC'

red 216 ◦ green 173 ◦ blue 252

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

Shades of Mauve #D8ADFC

Tints of Mauve #D8ADFC

RGB

 RED value IS 216 (84.77% from 255) = 33.7%

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

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

R = 33.7%
G = 26.99%
B = 39.31%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D8ADFC (or 0xD8ADFC) is known color: Mauve. HEX triplet: D8, AD and FC. RGB value is (216,173,252). Sum of RGB (Red+Green+Blue) = 216+173+252=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADFC is #275203. Grayscale: #C2C2C2. Windows color (decimal): -2576900 or 16559576. OLE color: 16559576.

HSL color Cylindrical-coordinate representation of color #D8ADFC: hue angle of 272.66º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8ADFC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 173 252 -
CMYK 0.14 0.31 0 0.01
HSL 272.66º 0.93% 0.83% -
HSV(B) 272.66º 0.31% 0.99% -
XYZ 60.83 51.51 98.83 -
YUV 194.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 216 173 252 0.14 0.31 0 0.01 272.66 0.93 0.83
Hex D8 AD FC E 1F 0 1 111 5D 53
Octal 330 255 374 16 37 0 1 421 135 123
Binary 11011000 10101101 11111100 1110 11111 0 1 100010001 1011101 1010011

Color Harmonies of #D8ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADFC

Black with #D8ADFC

Text Example


Text Example

White with #D8ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADFC; }

 p { color: rgb(216,173,252); }

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

background-color css

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

 a { background-color: rgb(216,173,252); }

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

border-color css

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

 span { border-color: rgb(216,173,252); }

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