Html Css Color HEX #D6AFCC Maverick

📋 copy color: '#D6AFCC'

red 214 ◦ green 175 ◦ blue 204

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

Shades of Maverick #D6AFCC

Tints of Maverick #D6AFCC

RGB

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

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

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

R = 36.09%
G = 29.51%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6AFCC (or 0xD6AFCC) is known color: Maverick. HEX triplet: D6, AF and CC. RGB value is (214,175,204). Sum of RGB (Red+Green+Blue) = 214+175+204=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFCC is #295033. Grayscale: #BDBDBD. Windows color (decimal): -2707508 or 13414358. OLE color: 13414358.

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

Color convert

RGB 214 175 204 -
CMYK 0 0.18 0.05 0.16
HSL 315.38º 0.32% 0.76% -
HSV(B) 315.38º 0.18% 0.84% -
XYZ 53.96 49.32 63.8 -
YUV 189.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 214 175 204 0 0.18 0.05 0.16 315.38 0.32 0.76
Hex D6 AF CC 0 12 5 10 13B 20 4C
Octal 326 257 314 0 22 5 20 473 40 114
Binary 11010110 10101111 11001100 0 10010 101 10000 100111011 100000 1001100

Color Harmonies of #D6AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFCC

Black with #D6AFCC

Text Example


Text Example

White with #D6AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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