Html Css Color HEX #D0ADBE Maverick

📋 copy color: '#D0ADBE'

red 208 ◦ green 173 ◦ blue 190

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

Shades of Maverick #D0ADBE

Tints of Maverick #D0ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.27%

R = 36.43%
G = 30.3%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0ADBE (or 0xD0ADBE) is known color: Maverick. HEX triplet: D0, AD and BE. RGB value is (208,173,190). Sum of RGB (Red+Green+Blue) = 208+173+190=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADBE is #2F5241. Grayscale: #B9B9B9. Windows color (decimal): -3101250 or 12496336. OLE color: 12496336.

HSL color Cylindrical-coordinate representation of color #D0ADBE: hue angle of 330.86º 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 #D0ADBE is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 190 -
CMYK 0 0.17 0.09 0.18
HSL 330.86º 0.27% 0.75% -
HSV(B) 330.86º 0.17% 0.82% -
XYZ 50.25 47.01 55.14 -
YUV 185.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 208 173 190 0 0.17 0.09 0.18 330.86 0.27 0.75
Hex D0 AD BE 0 11 9 12 14B 1B 4B
Octal 320 255 276 0 21 11 22 513 33 113
Binary 11010000 10101101 10111110 0 10001 1001 10010 101001011 11011 1001011

Color Harmonies of #D0ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADBE

Black with #D0ADBE

Text Example


Text Example

White with #D0ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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