Html Css Color HEX #D6A8CB Maverick

📋 copy color: '#D6A8CB'

red 214 ◦ green 168 ◦ blue 203

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

Shades of Maverick #D6A8CB

Tints of Maverick #D6A8CB

RGB

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

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

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

R = 36.58%
G = 28.72%
B = 34.7%

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

#D6A8CB (or 0xD6A8CB) is known color: Maverick. HEX triplet: D6, A8 and CB. RGB value is (214,168,203). Sum of RGB (Red+Green+Blue) = 214+168+203=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8CB is #295734. Grayscale: #B9B9B9. Windows color (decimal): -2709301 or 13347030. OLE color: 13347030.

HSL color Cylindrical-coordinate representation of color #D6A8CB: hue angle of 314.35º degrees, saturation: 0.36, 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 #D6A8CB is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 168 203 -
CMYK 0 0.21 0.05 0.16
HSL 314.35º 0.36% 0.75% -
HSV(B) 314.35º 0.21% 0.84% -
XYZ 52.51 46.61 62.73 -
YUV 185.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 214 168 203 0 0.21 0.05 0.16 314.35 0.36 0.75
Hex D6 A8 CB 0 15 5 10 13A 24 4B
Octal 326 250 313 0 25 5 20 472 44 113
Binary 11010110 10101000 11001011 0 10101 101 10000 100111010 100100 1001011

Color Harmonies of #D6A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A8CB

Black with #D6A8CB

Text Example


Text Example

White with #D6A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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