Html Css Color HEX #D8ADC4 Maverick

📋 copy color: '#D8ADC4'

red 216 ◦ green 173 ◦ blue 196

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

Shades of Maverick #D8ADC4

Tints of Maverick #D8ADC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.5%

R = 36.92%
G = 29.57%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D8ADC4 (or 0xD8ADC4) is known color: Maverick. HEX triplet: D8, AD and C4. RGB value is (216,173,196). Sum of RGB (Red+Green+Blue) = 216+173+196=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADC4 is #27523B. Grayscale: #BCBCBC. Windows color (decimal): -2576956 or 12889560. OLE color: 12889560.

HSL color Cylindrical-coordinate representation of color #D8ADC4: hue angle of 327.91º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ADC4 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 173 196 -
CMYK 0 0.20 0.09 0.15
HSL 327.91º 0.36% 0.76% -
HSV(B) 327.91º 0.2% 0.85% -
XYZ 53.23 48.47 58.78 -
YUV 188.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 216 173 196 0 0.20 0.09 0.15 327.91 0.36 0.76
Hex D8 AD C4 0 14 9 F 148 24 4C
Octal 330 255 304 0 24 11 17 510 44 114
Binary 11011000 10101101 11000100 0 10100 1001 1111 101001000 100100 1001100

Color Harmonies of #D8ADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADC4

Black with #D8ADC4

Text Example


Text Example

White with #D8ADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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