Html Css Color HEX #D9ADCA Maverick

📋 copy color: '#D9ADCA'

red 217 ◦ green 173 ◦ blue 202

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

Shades of Maverick #D9ADCA

Tints of Maverick #D9ADCA

RGB

 RED value IS 217 (85.16% from 255) = 36.66%

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

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

R = 36.66%
G = 29.22%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D9ADCA (or 0xD9ADCA) is known color: Maverick. HEX triplet: D9, AD and CA. RGB value is (217,173,202). Sum of RGB (Red+Green+Blue) = 217+173+202=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADCA is #265235. Grayscale: #BDBDBD. Windows color (decimal): -2511414 or 13282777. OLE color: 13282777.

HSL color Cylindrical-coordinate representation of color #D9ADCA: hue angle of 320.45º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9ADCA is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 202 -
CMYK 0 0.20 0.07 0.15
HSL 320.45º 0.37% 0.76% -
HSV(B) 320.45º 0.2% 0.85% -
XYZ 54.22 48.9 62.46 -
YUV 189.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 217 173 202 0 0.20 0.07 0.15 320.45 0.37 0.76
Hex D9 AD CA 0 14 7 F 140 25 4C
Octal 331 255 312 0 24 7 17 500 45 114
Binary 11011001 10101101 11001010 0 10100 111 1111 101000000 100101 1001100

Color Harmonies of #D9ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADCA

Black with #D9ADCA

Text Example


Text Example

White with #D9ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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