Html Css Color HEX #D8AFCC Maverick

📋 copy color: '#D8AFCC'

red 216 ◦ green 175 ◦ blue 204

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

Shades of Maverick #D8AFCC

Tints of Maverick #D8AFCC

RGB

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

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

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

R = 36.3%
G = 29.41%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8AFCC (or 0xD8AFCC) is known color: Maverick. HEX triplet: D8, AF and CC. RGB value is (216,175,204). Sum of RGB (Red+Green+Blue) = 216+175+204=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFCC is #275033. Grayscale: #BEBEBE. Windows color (decimal): -2576436 or 13414360. OLE color: 13414360.

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

Color convert

RGB 216 175 204 -
CMYK 0 0.19 0.06 0.15
HSL 317.56º 0.34% 0.77% -
HSV(B) 317.56º 0.19% 0.85% -
XYZ 54.55 49.62 63.83 -
YUV 190.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 216 175 204 0 0.19 0.06 0.15 317.56 0.34 0.77
Hex D8 AF CC 0 13 6 F 13E 22 4D
Octal 330 257 314 0 23 6 17 476 42 115
Binary 11011000 10101111 11001100 0 10011 110 1111 100111110 100010 1001101

Color Harmonies of #D8AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFCC

Black with #D8AFCC

Text Example


Text Example

White with #D8AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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