Html Css Color HEX #D2ABBC Maverick

📋 copy color: '#D2ABBC'

red 210 ◦ green 171 ◦ blue 188

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

Shades of Maverick #D2ABBC

Tints of Maverick #D2ABBC

RGB

 RED value IS 210 (82.42% from 255) = 36.91%

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

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

R = 36.91%
G = 30.05%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D2ABBC (or 0xD2ABBC) is known color: Maverick. HEX triplet: D2, AB and BC. RGB value is (210,171,188). Sum of RGB (Red+Green+Blue) = 210+171+188=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABBC is #2D5443. Grayscale: #B8B8B8. Windows color (decimal): -2970692 or 12364754. OLE color: 12364754.

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

Color convert

RGB 210 171 188 -
CMYK 0 0.19 0.10 0.18
HSL 333.85º 0.3% 0.75% -
HSV(B) 333.85º 0.19% 0.82% -
XYZ 50.22 46.46 53.9 -
YUV 184.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 210 171 188 0 0.19 0.10 0.18 333.85 0.3 0.75
Hex D2 AB BC 0 13 A 12 14E 1E 4B
Octal 322 253 274 0 23 12 22 516 36 113
Binary 11010010 10101011 10111100 0 10011 1010 10010 101001110 11110 1001011

Color Harmonies of #D2ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABBC

Black with #D2ABBC

Text Example


Text Example

White with #D2ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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