Html Css Color HEX #D4ADC2 Maverick

📋 copy color: '#D4ADC2'

red 212 ◦ green 173 ◦ blue 194

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

Shades of Maverick #D4ADC2

Tints of Maverick #D4ADC2

RGB

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

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

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

R = 36.61%
G = 29.88%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D4ADC2 (or 0xD4ADC2) is known color: Maverick. HEX triplet: D4, AD and C2. RGB value is (212,173,194). Sum of RGB (Red+Green+Blue) = 212+173+194=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADC2 is #2B523D. Grayscale: #BBBBBB. Windows color (decimal): -2839102 or 12758484. OLE color: 12758484.

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

Color convert

RGB 212 173 194 -
CMYK 0 0.18 0.08 0.17
HSL 327.69º 0.31% 0.75% -
HSV(B) 327.69º 0.18% 0.83% -
XYZ 51.83 47.78 57.53 -
YUV 187.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 212 173 194 0 0.18 0.08 0.17 327.69 0.31 0.75
Hex D4 AD C2 0 12 8 11 148 1F 4B
Octal 324 255 302 0 22 10 21 510 37 113
Binary 11010100 10101101 11000010 0 10010 1000 10001 101001000 11111 1001011

Color Harmonies of #D4ADC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADC2

Black with #D4ADC2

Text Example


Text Example

White with #D4ADC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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