Html Css Color HEX #D4ADC4 Maverick

📋 copy color: '#D4ADC4'

red 212 ◦ green 173 ◦ blue 196

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

Shades of Maverick #D4ADC4

Tints of Maverick #D4ADC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.73%

R = 36.49%
G = 29.78%
B = 33.73%

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

#D4ADC4 (or 0xD4ADC4) is known color: Maverick. HEX triplet: D4, AD and C4. RGB value is (212,173,196). Sum of RGB (Red+Green+Blue) = 212+173+196=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADC4 is #2B523B. Grayscale: #BBBBBB. Windows color (decimal): -2839100 or 12889556. OLE color: 12889556.

HSL color Cylindrical-coordinate representation of color #D4ADC4: hue angle of 324.62º 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 #D4ADC4 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 173 196 -
CMYK 0 0.18 0.08 0.17
HSL 324.62º 0.31% 0.75% -
HSV(B) 324.62º 0.18% 0.83% -
XYZ 52.06 47.87 58.72 -
YUV 187.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 212 173 196 0 0.18 0.08 0.17 324.62 0.31 0.75
Hex D4 AD C4 0 12 8 11 145 1F 4B
Octal 324 255 304 0 22 10 21 505 37 113
Binary 11010100 10101101 11000100 0 10010 1000 10001 101000101 11111 1001011

Color Harmonies of #D4ADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADC4

Black with #D4ADC4

Text Example


Text Example

White with #D4ADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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