Html Css Color HEX #D1ADC2 Maverick

📋 copy color: '#D1ADC2'

red 209 ◦ green 173 ◦ blue 194

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

Shades of Maverick #D1ADC2

Tints of Maverick #D1ADC2

RGB

 RED value IS 209 (82.03% from 255) = 36.28%

 GREEN value IS 173 (67.97% from 255) = 30.03%

 BLUE value IS 194 (76.17% from 255) = 33.68%

R = 36.28%
G = 30.03%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D1ADC2 (or 0xD1ADC2) is known color: Maverick. HEX triplet: D1, AD and C2. RGB value is (209,173,194). Sum of RGB (Red+Green+Blue) = 209+173+194=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADC2 is #2E523D. Grayscale: #BABABA. Windows color (decimal): -3035710 or 12758481. OLE color: 12758481.

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

Color convert

RGB 209 173 194 -
CMYK 0 0.17 0.07 0.18
HSL 325º 0.28% 0.75% -
HSV(B) 325º 0.17% 0.82% -
XYZ 50.98 47.34 57.49 -
YUV 186.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 209 173 194 0 0.17 0.07 0.18 325 0.28 0.75
Hex D1 AD C2 0 11 7 12 145 1C 4B
Octal 321 255 302 0 21 7 22 505 34 113
Binary 11010001 10101101 11000010 0 10001 111 10010 101000101 11100 1001011

Color Harmonies of #D1ADC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADC2

Black with #D1ADC2

Text Example


Text Example

White with #D1ADC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADC2; }

 p { color: rgb(209,173,194); }

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

background-color css

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

 a { background-color: rgb(209,173,194); }

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

border-color css

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

 span { border-color: rgb(209,173,194); }

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