Html Css Color HEX #D0ABBB Maverick

📋 copy color: '#D0ABBB'

red 208 ◦ green 171 ◦ blue 187

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

Shades of Maverick #D0ABBB

Tints of Maverick #D0ABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.04%

R = 36.75%
G = 30.21%
B = 33.04%

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

#D0ABBB (or 0xD0ABBB) is known color: Maverick. HEX triplet: D0, AB and BB. RGB value is (208,171,187). Sum of RGB (Red+Green+Blue) = 208+171+187=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABBB is #2F5444. Grayscale: #B7B7B7. Windows color (decimal): -3101765 or 12299216. OLE color: 12299216.

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

Color convert

RGB 208 171 187 -
CMYK 0 0.18 0.10 0.18
HSL 334.05º 0.28% 0.74% -
HSV(B) 334.05º 0.18% 0.82% -
XYZ 49.54 46.12 53.31 -
YUV 183.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 208 171 187 0 0.18 0.10 0.18 334.05 0.28 0.74
Hex D0 AB BB 0 12 A 12 14E 1C 4A
Octal 320 253 273 0 22 12 22 516 34 112
Binary 11010000 10101011 10111011 0 10010 1010 10010 101001110 11100 1001010

Color Harmonies of #D0ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABBB

Black with #D0ABBB

Text Example


Text Example

White with #D0ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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