Html Css Color HEX #D6ABCA Maverick

📋 copy color: '#D6ABCA'

red 214 ◦ green 171 ◦ blue 202

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

Shades of Maverick #D6ABCA

Tints of Maverick #D6ABCA

RGB

 RED value IS 214 (83.98% from 255) = 36.46%

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

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

R = 36.46%
G = 29.13%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D6ABCA (or 0xD6ABCA) is known color: Maverick. HEX triplet: D6, AB and CA. RGB value is (214,171,202). Sum of RGB (Red+Green+Blue) = 214+171+202=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABCA is #295435. Grayscale: #BBBBBB. Windows color (decimal): -2708534 or 13282262. OLE color: 13282262.

HSL color Cylindrical-coordinate representation of color #D6ABCA: hue angle of 316.74º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ABCA is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 202 -
CMYK 0 0.20 0.06 0.16
HSL 316.74º 0.34% 0.75% -
HSV(B) 316.74º 0.2% 0.84% -
XYZ 52.96 47.69 62.29 -
YUV 187.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 214 171 202 0 0.20 0.06 0.16 316.74 0.34 0.75
Hex D6 AB CA 0 14 6 10 13D 22 4B
Octal 326 253 312 0 24 6 20 475 42 113
Binary 11010110 10101011 11001010 0 10100 110 10000 100111101 100010 1001011

Color Harmonies of #D6ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABCA

Black with #D6ABCA

Text Example


Text Example

White with #D6ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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