Html Css Color HEX #D0ADC8 Maverick

📋 copy color: '#D0ADC8'

red 208 ◦ green 173 ◦ blue 200

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

Shades of Maverick #D0ADC8

Tints of Maverick #D0ADC8

RGB

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

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

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

R = 35.8%
G = 29.78%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D0ADC8 (or 0xD0ADC8) is known color: Maverick. HEX triplet: D0, AD and C8. RGB value is (208,173,200). Sum of RGB (Red+Green+Blue) = 208+173+200=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADC8 is #2F5237. Grayscale: #BABABA. Windows color (decimal): -3101240 or 13151696. OLE color: 13151696.

HSL color Cylindrical-coordinate representation of color #D0ADC8: hue angle of 313.71º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ADC8 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 200 -
CMYK 0 0.17 0.04 0.18
HSL 313.71º 0.27% 0.75% -
HSV(B) 313.71º 0.17% 0.82% -
XYZ 51.38 47.47 61.1 -
YUV 186.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 208 173 200 0 0.17 0.04 0.18 313.71 0.27 0.75
Hex D0 AD C8 0 11 4 12 13A 1B 4B
Octal 320 255 310 0 21 4 22 472 33 113
Binary 11010000 10101101 11001000 0 10001 100 10010 100111010 11011 1001011

Color Harmonies of #D0ADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADC8

Black with #D0ADC8

Text Example


Text Example

White with #D0ADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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