Html Css Color HEX #D5AFC6 Maverick

📋 copy color: '#D5AFC6'

red 213 ◦ green 175 ◦ blue 198

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

Shades of Maverick #D5AFC6

Tints of Maverick #D5AFC6

RGB

 RED value IS 213 (83.59% from 255) = 36.35%

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

 BLUE value IS 198 (77.73% from 255) = 33.79%

R = 36.35%
G = 29.86%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D5AFC6 (or 0xD5AFC6) is known color: Maverick. HEX triplet: D5, AF and C6. RGB value is (213,175,198). Sum of RGB (Red+Green+Blue) = 213+175+198=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFC6 is #2A5039. Grayscale: #BCBCBC. Windows color (decimal): -2773050 or 13021141. OLE color: 13021141.

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

Color convert

RGB 213 175 198 -
CMYK 0 0.18 0.07 0.16
HSL 323.68º 0.31% 0.76% -
HSV(B) 323.68º 0.18% 0.84% -
XYZ 52.96 48.88 60.07 -
YUV 188.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 213 175 198 0 0.18 0.07 0.16 323.68 0.31 0.76
Hex D5 AF C6 0 12 7 10 144 1F 4C
Octal 325 257 306 0 22 7 20 504 37 114
Binary 11010101 10101111 11000110 0 10010 111 10000 101000100 11111 1001100

Color Harmonies of #D5AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFC6

Black with #D5AFC6

Text Example


Text Example

White with #D5AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFC6; }

 p { color: rgb(213,175,198); }

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

background-color css

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

 a { background-color: rgb(213,175,198); }

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

border-color css

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

 span { border-color: rgb(213,175,198); }

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