Html Css Color HEX #D4ADC8 Maverick

📋 copy color: '#D4ADC8'

red 212 ◦ green 173 ◦ blue 200

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

Shades of Maverick #D4ADC8

Tints of Maverick #D4ADC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.19%

R = 36.24%
G = 29.57%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D4ADC8 (or 0xD4ADC8) is known color: Maverick. HEX triplet: D4, AD and C8. RGB value is (212,173,200). Sum of RGB (Red+Green+Blue) = 212+173+200=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADC8 is #2B5237. Grayscale: #BBBBBB. Windows color (decimal): -2839096 or 13151700. OLE color: 13151700.

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

Color convert

RGB 212 173 200 -
CMYK 0 0.18 0.06 0.17
HSL 318.46º 0.31% 0.75% -
HSV(B) 318.46º 0.18% 0.83% -
XYZ 52.52 48.05 61.15 -
YUV 187.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 212 173 200 0 0.18 0.06 0.17 318.46 0.31 0.75
Hex D4 AD C8 0 12 6 11 13E 1F 4B
Octal 324 255 310 0 22 6 21 476 37 113
Binary 11010100 10101101 11001000 0 10010 110 10001 100111110 11111 1001011

Color Harmonies of #D4ADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADC8

Black with #D4ADC8

Text Example


Text Example

White with #D4ADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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