Html Css Color HEX #D7AFCC Maverick

📋 copy color: '#D7AFCC'

red 215 ◦ green 175 ◦ blue 204

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

Shades of Maverick #D7AFCC

Tints of Maverick #D7AFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.46%

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

R = 36.2%
G = 29.46%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D7AFCC (or 0xD7AFCC) is known color: Maverick. HEX triplet: D7, AF and CC. RGB value is (215,175,204). Sum of RGB (Red+Green+Blue) = 215+175+204=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFCC is #285033. Grayscale: #BEBEBE. Windows color (decimal): -2641972 or 13414359. OLE color: 13414359.

HSL color Cylindrical-coordinate representation of color #D7AFCC: hue angle of 316.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7AFCC is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 175 204 -
CMYK 0 0.19 0.05 0.16
HSL 316.5º 0.33% 0.76% -
HSV(B) 316.5º 0.19% 0.84% -
XYZ 54.25 49.47 63.82 -
YUV 190.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 215 175 204 0 0.19 0.05 0.16 316.5 0.33 0.76
Hex D7 AF CC 0 13 5 10 13C 21 4C
Octal 327 257 314 0 23 5 20 474 41 114
Binary 11010111 10101111 11001100 0 10011 101 10000 100111100 100001 1001100

Color Harmonies of #D7AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AFCC

Black with #D7AFCC

Text Example


Text Example

White with #D7AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AFCC; }

 p { color: rgb(215,175,204); }

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

background-color css

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

 a { background-color: rgb(215,175,204); }

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

border-color css

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

 span { border-color: rgb(215,175,204); }

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