Html Css Color HEX #D6AFC4 Maverick

📋 copy color: '#D6AFC4'

red 214 ◦ green 175 ◦ blue 196

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

Shades of Maverick #D6AFC4

Tints of Maverick #D6AFC4

RGB

 RED value IS 214 (83.98% from 255) = 36.58%

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

 BLUE value IS 196 (76.95% from 255) = 33.5%

R = 36.58%
G = 29.91%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D6AFC4 (or 0xD6AFC4) is known color: Maverick. HEX triplet: D6, AF and C4. RGB value is (214,175,196). Sum of RGB (Red+Green+Blue) = 214+175+196=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFC4 is #29503B. Grayscale: #BDBDBD. Windows color (decimal): -2707516 or 12890070. OLE color: 12890070.

HSL color Cylindrical-coordinate representation of color #D6AFC4: hue angle of 327.69º degrees, saturation: 0.32, 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 #D6AFC4 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 196 -
CMYK 0 0.18 0.08 0.16
HSL 327.69º 0.32% 0.76% -
HSV(B) 327.69º 0.18% 0.84% -
XYZ 53.03 48.94 58.88 -
YUV 189.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 214 175 196 0 0.18 0.08 0.16 327.69 0.32 0.76
Hex D6 AF C4 0 12 8 10 148 20 4C
Octal 326 257 304 0 22 10 20 510 40 114
Binary 11010110 10101111 11000100 0 10010 1000 10000 101001000 100000 1001100

Color Harmonies of #D6AFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFC4

Black with #D6AFC4

Text Example


Text Example

White with #D6AFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFC4; }

 p { color: rgb(214,175,196); }

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

background-color css

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

 a { background-color: rgb(214,175,196); }

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

border-color css

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

 span { border-color: rgb(214,175,196); }

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