Html Css Color HEX #D1A8C2 Maverick

📋 copy color: '#D1A8C2'

red 209 ◦ green 168 ◦ blue 194

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

Shades of Maverick #D1A8C2

Tints of Maverick #D1A8C2

RGB

 RED value IS 209 (82.03% from 255) = 36.6%

 GREEN value IS 168 (66.02% from 255) = 29.42%

 BLUE value IS 194 (76.17% from 255) = 33.98%

R = 36.6%
G = 29.42%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D1A8C2 (or 0xD1A8C2) is known color: Maverick. HEX triplet: D1, A8 and C2. RGB value is (209,168,194). Sum of RGB (Red+Green+Blue) = 209+168+194=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A8C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A8C2 is #2E573D. Grayscale: #B7B7B7. Windows color (decimal): -3036990 or 12757201. OLE color: 12757201.

HSL color Cylindrical-coordinate representation of color #D1A8C2: hue angle of 321.95º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1A8C2 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 168 194 -
CMYK 0 0.20 0.07 0.18
HSL 321.95º 0.31% 0.74% -
HSV(B) 321.95º 0.2% 0.82% -
XYZ 50.03 45.46 57.18 -
YUV 183.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 209 168 194 0 0.20 0.07 0.18 321.95 0.31 0.74
Hex D1 A8 C2 0 14 7 12 142 1F 4A
Octal 321 250 302 0 24 7 22 502 37 112
Binary 11010001 10101000 11000010 0 10100 111 10010 101000010 11111 1001010

Color Harmonies of #D1A8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A8C2

Black with #D1A8C2

Text Example


Text Example

White with #D1A8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A8C2; }

 p { color: rgb(209,168,194); }

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

background-color css

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

 a { background-color: rgb(209,168,194); }

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

border-color css

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

 span { border-color: rgb(209,168,194); }

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