Html Css Color HEX #D6ABCB Maverick

📋 copy color: '#D6ABCB'

red 214 ◦ green 171 ◦ blue 203

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

Shades of Maverick #D6ABCB

Tints of Maverick #D6ABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.08%

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

R = 36.39%
G = 29.08%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6ABCB (or 0xD6ABCB) is known color: Maverick. HEX triplet: D6, AB and CB. RGB value is (214,171,203). Sum of RGB (Red+Green+Blue) = 214+171+203=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABCB is #295434. Grayscale: #BBBBBB. Windows color (decimal): -2708533 or 13347798. OLE color: 13347798.

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

Color convert

RGB 214 171 203 -
CMYK 0 0.20 0.05 0.16
HSL 315.35º 0.34% 0.75% -
HSV(B) 315.35º 0.2% 0.84% -
XYZ 53.07 47.73 62.92 -
YUV 187.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 214 171 203 0 0.20 0.05 0.16 315.35 0.34 0.75
Hex D6 AB CB 0 14 5 10 13B 22 4B
Octal 326 253 313 0 24 5 20 473 42 113
Binary 11010110 10101011 11001011 0 10100 101 10000 100111011 100010 1001011

Color Harmonies of #D6ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABCB

Black with #D6ABCB

Text Example


Text Example

White with #D6ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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