Html Css Color HEX #D0ABC7 Maverick

📋 copy color: '#D0ABC7'

red 208 ◦ green 171 ◦ blue 199

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

Shades of Maverick #D0ABC7

Tints of Maverick #D0ABC7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.58%

 BLUE value IS 199 (78.13% from 255) = 34.43%

R = 35.99%
G = 29.58%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D0ABC7 (or 0xD0ABC7) is known color: Maverick. HEX triplet: D0, AB and C7. RGB value is (208,171,199). Sum of RGB (Red+Green+Blue) = 208+171+199=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABC7 is #2F5438. Grayscale: #B9B9B9. Windows color (decimal): -3101753 or 13085648. OLE color: 13085648.

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

Color convert

RGB 208 171 199 -
CMYK 0 0.18 0.04 0.18
HSL 314.59º 0.28% 0.74% -
HSV(B) 314.59º 0.18% 0.82% -
XYZ 50.88 46.66 60.36 -
YUV 185.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 208 171 199 0 0.18 0.04 0.18 314.59 0.28 0.74
Hex D0 AB C7 0 12 4 12 13B 1C 4A
Octal 320 253 307 0 22 4 22 473 34 112
Binary 11010000 10101011 11000111 0 10010 100 10010 100111011 11100 1001010

Color Harmonies of #D0ABC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABC7

Black with #D0ABC7

Text Example


Text Example

White with #D0ABC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABC7; }

 p { color: rgb(208,171,199); }

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

background-color css

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

 a { background-color: rgb(208,171,199); }

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

border-color css

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

 span { border-color: rgb(208,171,199); }

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