Html Css Color HEX #D6AACB Maverick

📋 copy color: '#D6AACB'

red 214 ◦ green 170 ◦ blue 203

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

Shades of Maverick #D6AACB

Tints of Maverick #D6AACB

RGB

 RED value IS 214 (83.98% from 255) = 36.46%

 GREEN value IS 170 (66.8% from 255) = 28.96%

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

R = 36.46%
G = 28.96%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6AACB (or 0xD6AACB) is known color: Maverick. HEX triplet: D6, AA and CB. RGB value is (214,170,203). Sum of RGB (Red+Green+Blue) = 214+170+203=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AACB is #295534. Grayscale: #BABABA. Windows color (decimal): -2708789 or 13347542. OLE color: 13347542.

HSL color Cylindrical-coordinate representation of color #D6AACB: hue angle of 315º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6AACB is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 170 203 -
CMYK 0 0.21 0.05 0.16
HSL 315º 0.35% 0.75% -
HSV(B) 315º 0.21% 0.84% -
XYZ 52.89 47.36 62.85 -
YUV 186.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 214 170 203 0 0.21 0.05 0.16 315 0.35 0.75
Hex D6 AA CB 0 15 5 10 13B 23 4B
Octal 326 252 313 0 25 5 20 473 43 113
Binary 11010110 10101010 11001011 0 10101 101 10000 100111011 100011 1001011

Color Harmonies of #D6AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AACB

Black with #D6AACB

Text Example


Text Example

White with #D6AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AACB; }

 p { color: rgb(214,170,203); }

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

background-color css

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

 a { background-color: rgb(214,170,203); }

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

border-color css

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

 span { border-color: rgb(214,170,203); }

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