Html Css Color HEX #D8ACCB Maverick

📋 copy color: '#D8ACCB'

red 216 ◦ green 172 ◦ blue 203

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

Shades of Maverick #D8ACCB

Tints of Maverick #D8ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.1%

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

R = 36.55%
G = 29.1%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8ACCB (or 0xD8ACCB) is known color: Maverick. HEX triplet: D8, AC and CB. RGB value is (216,172,203). Sum of RGB (Red+Green+Blue) = 216+172+203=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACCB is #275334. Grayscale: #BCBCBC. Windows color (decimal): -2577205 or 13348056. OLE color: 13348056.

HSL color Cylindrical-coordinate representation of color #D8ACCB: hue angle of 317.73º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ACCB is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 203 -
CMYK 0 0.20 0.06 0.15
HSL 317.73º 0.36% 0.76% -
HSV(B) 317.73º 0.2% 0.85% -
XYZ 53.85 48.42 63.01 -
YUV 188.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 216 172 203 0 0.20 0.06 0.15 317.73 0.36 0.76
Hex D8 AC CB 0 14 6 F 13E 24 4C
Octal 330 254 313 0 24 6 17 476 44 114
Binary 11011000 10101100 11001011 0 10100 110 1111 100111110 100100 1001100

Color Harmonies of #D8ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACCB

Black with #D8ACCB

Text Example


Text Example

White with #D8ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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