Html Css Color HEX #D7ADC8 Maverick

📋 copy color: '#D7ADC8'

red 215 ◦ green 173 ◦ blue 200

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

Shades of Maverick #D7ADC8

Tints of Maverick #D7ADC8

RGB

 RED value IS 215 (84.38% from 255) = 36.56%

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

 BLUE value IS 200 (78.52% from 255) = 34.01%

R = 36.56%
G = 29.42%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D7ADC8 (or 0xD7ADC8) is known color: Maverick. HEX triplet: D7, AD and C8. RGB value is (215,173,200). Sum of RGB (Red+Green+Blue) = 215+173+200=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADC8 is #285237. Grayscale: #BCBCBC. Windows color (decimal): -2642488 or 13151703. OLE color: 13151703.

HSL color Cylindrical-coordinate representation of color #D7ADC8: hue angle of 321.43º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ADC8 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 173 200 -
CMYK 0 0.20 0.07 0.16
HSL 321.43º 0.34% 0.76% -
HSV(B) 321.43º 0.2% 0.84% -
XYZ 53.39 48.5 61.19 -
YUV 188.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 215 173 200 0 0.20 0.07 0.16 321.43 0.34 0.76
Hex D7 AD C8 0 14 7 10 141 22 4C
Octal 327 255 310 0 24 7 20 501 42 114
Binary 11010111 10101101 11001000 0 10100 111 10000 101000001 100010 1001100

Color Harmonies of #D7ADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ADC8

Black with #D7ADC8

Text Example


Text Example

White with #D7ADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ADC8; }

 p { color: rgb(215,173,200); }

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

background-color css

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

 a { background-color: rgb(215,173,200); }

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

border-color css

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

 span { border-color: rgb(215,173,200); }

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