Html Css Color HEX #D9AFCC Maverick

📋 copy color: '#D9AFCC'

red 217 ◦ green 175 ◦ blue 204

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

Shades of Maverick #D9AFCC

Tints of Maverick #D9AFCC

RGB

 RED value IS 217 (85.16% from 255) = 36.41%

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

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

R = 36.41%
G = 29.36%
B = 34.23%

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

#D9AFCC (or 0xD9AFCC) is known color: Maverick. HEX triplet: D9, AF and CC. RGB value is (217,175,204). Sum of RGB (Red+Green+Blue) = 217+175+204=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFCC is #265033. Grayscale: #BEBEBE. Windows color (decimal): -2510900 or 13414361. OLE color: 13414361.

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

Color convert

RGB 217 175 204 -
CMYK 0 0.19 0.06 0.15
HSL 318.57º 0.36% 0.77% -
HSV(B) 318.57º 0.19% 0.85% -
XYZ 54.84 49.77 63.84 -
YUV 190.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 217 175 204 0 0.19 0.06 0.15 318.57 0.36 0.77
Hex D9 AF CC 0 13 6 F 13F 24 4D
Octal 331 257 314 0 23 6 17 477 44 115
Binary 11011001 10101111 11001100 0 10011 110 1111 100111111 100100 1001101

Color Harmonies of #D9AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFCC

Black with #D9AFCC

Text Example


Text Example

White with #D9AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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