Html Css Color HEX #D4ADC9 Maverick

📋 copy color: '#D4ADC9'

red 212 ◦ green 173 ◦ blue 201

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

Shades of Maverick #D4ADC9

Tints of Maverick #D4ADC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.3%

R = 36.18%
G = 29.52%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D4ADC9 (or 0xD4ADC9) is known color: Maverick. HEX triplet: D4, AD and C9. RGB value is (212,173,201). Sum of RGB (Red+Green+Blue) = 212+173+201=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADC9 is #2B5236. Grayscale: #BBBBBB. Windows color (decimal): -2839095 or 13217236. OLE color: 13217236.

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

Color convert

RGB 212 173 201 -
CMYK 0 0.18 0.05 0.17
HSL 316.92º 0.31% 0.75% -
HSV(B) 316.92º 0.18% 0.83% -
XYZ 52.64 48.1 61.77 -
YUV 187.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 212 173 201 0 0.18 0.05 0.17 316.92 0.31 0.75
Hex D4 AD C9 0 12 5 11 13D 1F 4B
Octal 324 255 311 0 22 5 21 475 37 113
Binary 11010100 10101101 11001001 0 10010 101 10001 100111101 11111 1001011

Color Harmonies of #D4ADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADC9

Black with #D4ADC9

Text Example


Text Example

White with #D4ADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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