Html Css Color HEX #D4ADC1 Maverick

📋 copy color: '#D4ADC1'

red 212 ◦ green 173 ◦ blue 193

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

Shades of Maverick #D4ADC1

Tints of Maverick #D4ADC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.39%

R = 36.68%
G = 29.93%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D4ADC1 (or 0xD4ADC1) is known color: Maverick. HEX triplet: D4, AD and C1. RGB value is (212,173,193). Sum of RGB (Red+Green+Blue) = 212+173+193=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADC1 is #2B523E. Grayscale: #BABABA. Windows color (decimal): -2839103 or 12692948. OLE color: 12692948.

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

Color convert

RGB 212 173 193 -
CMYK 0 0.18 0.09 0.17
HSL 329.23º 0.31% 0.75% -
HSV(B) 329.23º 0.18% 0.83% -
XYZ 51.72 47.73 56.94 -
YUV 186.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 212 173 193 0 0.18 0.09 0.17 329.23 0.31 0.75
Hex D4 AD C1 0 12 9 11 149 1F 4B
Octal 324 255 301 0 22 11 21 511 37 113
Binary 11010100 10101101 11000001 0 10010 1001 10001 101001001 11111 1001011

Color Harmonies of #D4ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADC1

Black with #D4ADC1

Text Example


Text Example

White with #D4ADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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