Html Css Color HEX #D8ACCC Maverick

📋 copy color: '#D8ACCC'

red 216 ◦ green 172 ◦ blue 204

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

Shades of Maverick #D8ACCC

Tints of Maverick #D8ACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.46%

R = 36.49%
G = 29.05%
B = 34.46%

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

#D8ACCC (or 0xD8ACCC) is known color: Maverick. HEX triplet: D8, AC and CC. RGB value is (216,172,204). Sum of RGB (Red+Green+Blue) = 216+172+204=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACCC is #275333. Grayscale: #BCBCBC. Windows color (decimal): -2577204 or 13413592. OLE color: 13413592.

HSL color Cylindrical-coordinate representation of color #D8ACCC: hue angle of 316.36º 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 #D8ACCC is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 204 -
CMYK 0 0.20 0.06 0.15
HSL 316.36º 0.36% 0.76% -
HSV(B) 316.36º 0.2% 0.85% -
XYZ 53.97 48.46 63.64 -
YUV 188.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 216 172 204 0 0.20 0.06 0.15 316.36 0.36 0.76
Hex D8 AC CC 0 14 6 F 13C 24 4C
Octal 330 254 314 0 24 6 17 474 44 114
Binary 11011000 10101100 11001100 0 10100 110 1111 100111100 100100 1001100

Color Harmonies of #D8ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACCC

Black with #D8ACCC

Text Example


Text Example

White with #D8ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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