Html Css Color HEX #D7A8CB Maverick

📋 copy color: '#D7A8CB'

red 215 ◦ green 168 ◦ blue 203

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

Shades of Maverick #D7A8CB

Tints of Maverick #D7A8CB

RGB

 RED value IS 215 (84.38% from 255) = 36.69%

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

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

R = 36.69%
G = 28.67%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D7A8CB (or 0xD7A8CB) is known color: Maverick. HEX triplet: D7, A8 and CB. RGB value is (215,168,203). Sum of RGB (Red+Green+Blue) = 215+168+203=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8CB is #285734. Grayscale: #B9B9B9. Windows color (decimal): -2643765 or 13347031. OLE color: 13347031.

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

Color convert

RGB 215 168 203 -
CMYK 0 0.22 0.06 0.16
HSL 315.32º 0.37% 0.75% -
HSV(B) 315.32º 0.22% 0.84% -
XYZ 52.81 46.76 62.74 -
YUV 186.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 215 168 203 0 0.22 0.06 0.16 315.32 0.37 0.75
Hex D7 A8 CB 0 16 6 10 13B 25 4B
Octal 327 250 313 0 26 6 20 473 45 113
Binary 11010111 10101000 11001011 0 10110 110 10000 100111011 100101 1001011

Color Harmonies of #D7A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A8CB

Black with #D7A8CB

Text Example


Text Example

White with #D7A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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