Html Css Color HEX #D4ADCB Maverick

📋 copy color: '#D4ADCB'

red 212 ◦ green 173 ◦ blue 203

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

Shades of Maverick #D4ADCB

Tints of Maverick #D4ADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.52%

R = 36.05%
G = 29.42%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D4ADCB (or 0xD4ADCB) is known color: Maverick. HEX triplet: D4, AD and CB. RGB value is (212,173,203). Sum of RGB (Red+Green+Blue) = 212+173+203=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADCB is #2B5234. Grayscale: #BCBCBC. Windows color (decimal): -2839093 or 13348308. OLE color: 13348308.

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

Color convert

RGB 212 173 203 -
CMYK 0 0.18 0.04 0.17
HSL 313.85º 0.31% 0.75% -
HSV(B) 313.85º 0.18% 0.83% -
XYZ 52.87 48.2 63.02 -
YUV 188.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 212 173 203 0 0.18 0.04 0.17 313.85 0.31 0.75
Hex D4 AD CB 0 12 4 11 13A 1F 4B
Octal 324 255 313 0 22 4 21 472 37 113
Binary 11010100 10101101 11001011 0 10010 100 10001 100111010 11111 1001011

Color Harmonies of #D4ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADCB

Black with #D4ADCB

Text Example


Text Example

White with #D4ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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