Html Css Color HEX #D1ABC2 Maverick

📋 copy color: '#D1ABC2'

red 209 ◦ green 171 ◦ blue 194

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

Shades of Maverick #D1ABC2

Tints of Maverick #D1ABC2

RGB

 RED value IS 209 (82.03% from 255) = 36.41%

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

 BLUE value IS 194 (76.17% from 255) = 33.8%

R = 36.41%
G = 29.79%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D1ABC2 (or 0xD1ABC2) is known color: Maverick. HEX triplet: D1, AB and C2. RGB value is (209,171,194). Sum of RGB (Red+Green+Blue) = 209+171+194=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABC2 is #2E543D. Grayscale: #B8B8B8. Windows color (decimal): -3036222 or 12757969. OLE color: 12757969.

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

Color convert

RGB 209 171 194 -
CMYK 0 0.18 0.07 0.18
HSL 323.68º 0.29% 0.75% -
HSV(B) 323.68º 0.18% 0.82% -
XYZ 50.6 46.58 57.36 -
YUV 184.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 209 171 194 0 0.18 0.07 0.18 323.68 0.29 0.75
Hex D1 AB C2 0 12 7 12 144 1D 4B
Octal 321 253 302 0 22 7 22 504 35 113
Binary 11010001 10101011 11000010 0 10010 111 10010 101000100 11101 1001011

Color Harmonies of #D1ABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABC2

Black with #D1ABC2

Text Example


Text Example

White with #D1ABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABC2; }

 p { color: rgb(209,171,194); }

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

background-color css

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

 a { background-color: rgb(209,171,194); }

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

border-color css

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

 span { border-color: rgb(209,171,194); }

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