Html Css Color HEX #D4ABCA Maverick

📋 copy color: '#D4ABCA'

red 212 ◦ green 171 ◦ blue 202

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

Shades of Maverick #D4ABCA

Tints of Maverick #D4ABCA

RGB

 RED value IS 212 (83.2% from 255) = 36.24%

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

 BLUE value IS 202 (79.3% from 255) = 34.53%

R = 36.24%
G = 29.23%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D4ABCA (or 0xD4ABCA) is known color: Maverick. HEX triplet: D4, AB and CA. RGB value is (212,171,202). Sum of RGB (Red+Green+Blue) = 212+171+202=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABCA is #2B5435. Grayscale: #BABABA. Windows color (decimal): -2839606 or 13282260. OLE color: 13282260.

HSL color Cylindrical-coordinate representation of color #D4ABCA: hue angle of 314.63º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ABCA is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 171 202 -
CMYK 0 0.19 0.05 0.17
HSL 314.63º 0.32% 0.75% -
HSV(B) 314.63º 0.19% 0.83% -
XYZ 52.37 47.39 62.26 -
YUV 186.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 212 171 202 0 0.19 0.05 0.17 314.63 0.32 0.75
Hex D4 AB CA 0 13 5 11 13B 20 4B
Octal 324 253 312 0 23 5 21 473 40 113
Binary 11010100 10101011 11001010 0 10011 101 10001 100111011 100000 1001011

Color Harmonies of #D4ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABCA

Black with #D4ABCA

Text Example


Text Example

White with #D4ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABCA; }

 p { color: rgb(212,171,202); }

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

background-color css

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

 a { background-color: rgb(212,171,202); }

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

border-color css

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

 span { border-color: rgb(212,171,202); }

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