Html Css Color HEX #D8ABCA Maverick

📋 copy color: '#D8ABCA'

red 216 ◦ green 171 ◦ blue 202

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

Shades of Maverick #D8ABCA

Tints of Maverick #D8ABCA

RGB

 RED value IS 216 (84.77% from 255) = 36.67%

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

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

R = 36.67%
G = 29.03%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8ABCA (or 0xD8ABCA) is known color: Maverick. HEX triplet: D8, AB and CA. RGB value is (216,171,202). Sum of RGB (Red+Green+Blue) = 216+171+202=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABCA is #275435. Grayscale: #BBBBBB. Windows color (decimal): -2577462 or 13282264. OLE color: 13282264.

HSL color Cylindrical-coordinate representation of color #D8ABCA: hue angle of 318.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8ABCA is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 171 202 -
CMYK 0 0.21 0.06 0.15
HSL 318.67º 0.37% 0.76% -
HSV(B) 318.67º 0.21% 0.85% -
XYZ 53.54 47.99 62.32 -
YUV 187.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 216 171 202 0 0.21 0.06 0.15 318.67 0.37 0.76
Hex D8 AB CA 0 15 6 F 13F 25 4C
Octal 330 253 312 0 25 6 17 477 45 114
Binary 11011000 10101011 11001010 0 10101 110 1111 100111111 100101 1001100

Color Harmonies of #D8ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABCA

Black with #D8ABCA

Text Example


Text Example

White with #D8ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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