Html Css Color HEX #D1AFC8 Maverick

📋 copy color: '#D1AFC8'

red 209 ◦ green 175 ◦ blue 200

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

Shades of Maverick #D1AFC8

Tints of Maverick #D1AFC8

RGB

 RED value IS 209 (82.03% from 255) = 35.79%

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

 BLUE value IS 200 (78.52% from 255) = 34.25%

R = 35.79%
G = 29.97%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D1AFC8 (or 0xD1AFC8) is known color: Maverick. HEX triplet: D1, AF and C8. RGB value is (209,175,200). Sum of RGB (Red+Green+Blue) = 209+175+200=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFC8 is #2E5037. Grayscale: #BBBBBB. Windows color (decimal): -3035192 or 13152209. OLE color: 13152209.

HSL color Cylindrical-coordinate representation of color #D1AFC8: hue angle of 315.88º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1AFC8 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 175 200 -
CMYK 0 0.16 0.04 0.18
HSL 315.88º 0.27% 0.75% -
HSV(B) 315.88º 0.16% 0.82% -
XYZ 52.05 48.39 61.24 -
YUV 188.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 209 175 200 0 0.16 0.04 0.18 315.88 0.27 0.75
Hex D1 AF C8 0 10 4 12 13C 1B 4B
Octal 321 257 310 0 20 4 22 474 33 113
Binary 11010001 10101111 11001000 0 10000 100 10010 100111100 11011 1001011

Color Harmonies of #D1AFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFC8

Black with #D1AFC8

Text Example


Text Example

White with #D1AFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFC8; }

 p { color: rgb(209,175,200); }

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

background-color css

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

 a { background-color: rgb(209,175,200); }

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

border-color css

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

 span { border-color: rgb(209,175,200); }

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