Html Css Color HEX #D8A8CB Maverick

📋 copy color: '#D8A8CB'

red 216 ◦ green 168 ◦ blue 203

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

Shades of Maverick #D8A8CB

Tints of Maverick #D8A8CB

RGB

 RED value IS 216 (84.77% from 255) = 36.8%

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

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

R = 36.8%
G = 28.62%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8A8CB (or 0xD8A8CB) is known color: Maverick. HEX triplet: D8, A8 and CB. RGB value is (216,168,203). Sum of RGB (Red+Green+Blue) = 216+168+203=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A8CB is #275734. Grayscale: #BABABA. Windows color (decimal): -2578229 or 13347032. OLE color: 13347032.

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

Color convert

RGB 216 168 203 -
CMYK 0 0.22 0.06 0.15
HSL 316.25º 0.38% 0.75% -
HSV(B) 316.25º 0.22% 0.85% -
XYZ 53.1 46.92 62.76 -
YUV 186.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 216 168 203 0 0.22 0.06 0.15 316.25 0.38 0.75
Hex D8 A8 CB 0 16 6 F 13C 26 4B
Octal 330 250 313 0 26 6 17 474 46 113
Binary 11011000 10101000 11001011 0 10110 110 1111 100111100 100110 1001011

Color Harmonies of #D8A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A8CB

Black with #D8A8CB

Text Example


Text Example

White with #D8A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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