Html Css Color HEX #D4ADCA Maverick

📋 copy color: '#D4ADCA'

red 212 ◦ green 173 ◦ blue 202

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

Shades of Maverick #D4ADCA

Tints of Maverick #D4ADCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.41%

R = 36.12%
G = 29.47%
B = 34.41%

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

#D4ADCA (or 0xD4ADCA) is known color: Maverick. HEX triplet: D4, AD and CA. RGB value is (212,173,202). Sum of RGB (Red+Green+Blue) = 212+173+202=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADCA is #2B5235. Grayscale: #BBBBBB. Windows color (decimal): -2839094 or 13282772. OLE color: 13282772.

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

Color convert

RGB 212 173 202 -
CMYK 0 0.18 0.05 0.17
HSL 315.38º 0.31% 0.75% -
HSV(B) 315.38º 0.18% 0.83% -
XYZ 52.76 48.15 62.39 -
YUV 187.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 212 173 202 0 0.18 0.05 0.17 315.38 0.31 0.75
Hex D4 AD CA 0 12 5 11 13B 1F 4B
Octal 324 255 312 0 22 5 21 473 37 113
Binary 11010100 10101101 11001010 0 10010 101 10001 100111011 11111 1001011

Color Harmonies of #D4ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADCA

Black with #D4ADCA

Text Example


Text Example

White with #D4ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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