Html Css Color HEX #D0ABBC Maverick

📋 copy color: '#D0ABBC'

red 208 ◦ green 171 ◦ blue 188

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

Shades of Maverick #D0ABBC

Tints of Maverick #D0ABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.16%

R = 36.68%
G = 30.16%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D0ABBC (or 0xD0ABBC) is known color: Maverick. HEX triplet: D0, AB and BC. RGB value is (208,171,188). Sum of RGB (Red+Green+Blue) = 208+171+188=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABBC is #2F5443. Grayscale: #B7B7B7. Windows color (decimal): -3101764 or 12364752. OLE color: 12364752.

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

Color convert

RGB 208 171 188 -
CMYK 0 0.18 0.10 0.18
HSL 332.43º 0.28% 0.74% -
HSV(B) 332.43º 0.18% 0.82% -
XYZ 49.65 46.17 53.87 -
YUV 184 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 208 171 188 0 0.18 0.10 0.18 332.43 0.28 0.74
Hex D0 AB BC 0 12 A 12 14C 1C 4A
Octal 320 253 274 0 22 12 22 514 34 112
Binary 11010000 10101011 10111100 0 10010 1010 10010 101001100 11100 1001010

Color Harmonies of #D0ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABBC

Black with #D0ABBC

Text Example


Text Example

White with #D0ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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