Html Css Color HEX #D0AFC9 Maverick

📋 copy color: '#D0AFC9'

red 208 ◦ green 175 ◦ blue 201

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

Shades of Maverick #D0AFC9

Tints of Maverick #D0AFC9

RGB

 RED value IS 208 (81.64% from 255) = 35.62%

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

 BLUE value IS 201 (78.91% from 255) = 34.42%

R = 35.62%
G = 29.97%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D0AFC9 (or 0xD0AFC9) is known color: Maverick. HEX triplet: D0, AF and C9. RGB value is (208,175,201). Sum of RGB (Red+Green+Blue) = 208+175+201=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFC9 is #2F5036. Grayscale: #BBBBBB. Windows color (decimal): -3100727 or 13217744. OLE color: 13217744.

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

Color convert

RGB 208 175 201 -
CMYK 0 0.16 0.03 0.18
HSL 312.73º 0.26% 0.75% -
HSV(B) 312.73º 0.16% 0.82% -
XYZ 51.89 48.29 61.84 -
YUV 187.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 208 175 201 0 0.16 0.03 0.18 312.73 0.26 0.75
Hex D0 AF C9 0 10 3 12 139 1A 4B
Octal 320 257 311 0 20 3 22 471 32 113
Binary 11010000 10101111 11001001 0 10000 11 10010 100111001 11010 1001011

Color Harmonies of #D0AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFC9

Black with #D0AFC9

Text Example


Text Example

White with #D0AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFC9; }

 p { color: rgb(208,175,201); }

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

background-color css

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

 a { background-color: rgb(208,175,201); }

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

border-color css

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

 span { border-color: rgb(208,175,201); }

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