Html Css Color HEX #D9ABCC Maverick

📋 copy color: '#D9ABCC'

red 217 ◦ green 171 ◦ blue 204

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

Shades of Maverick #D9ABCC

Tints of Maverick #D9ABCC

RGB

 RED value IS 217 (85.16% from 255) = 36.66%

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

 BLUE value IS 204 (80.08% from 255) = 34.46%

R = 36.66%
G = 28.89%
B = 34.46%

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

#D9ABCC (or 0xD9ABCC) is known color: Maverick. HEX triplet: D9, AB and CC. RGB value is (217,171,204). Sum of RGB (Red+Green+Blue) = 217+171+204=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABCC is #265433. Grayscale: #BCBCBC. Windows color (decimal): -2511924 or 13413337. OLE color: 13413337.

HSL color Cylindrical-coordinate representation of color #D9ABCC: hue angle of 316.96º degrees, saturation: 0.38, 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 #D9ABCC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 171 204 -
CMYK 0 0.21 0.06 0.15
HSL 316.96º 0.38% 0.76% -
HSV(B) 316.96º 0.21% 0.85% -
XYZ 54.08 48.24 63.59 -
YUV 188.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 217 171 204 0 0.21 0.06 0.15 316.96 0.38 0.76
Hex D9 AB CC 0 15 6 F 13D 26 4C
Octal 331 253 314 0 25 6 17 475 46 114
Binary 11011001 10101011 11001100 0 10101 110 1111 100111101 100110 1001100

Color Harmonies of #D9ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABCC

Black with #D9ABCC

Text Example


Text Example

White with #D9ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABCC; }

 p { color: rgb(217,171,204); }

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

background-color css

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

 a { background-color: rgb(217,171,204); }

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

border-color css

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

 span { border-color: rgb(217,171,204); }

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