Html Css Color HEX #D8AFCA Maverick

📋 copy color: '#D8AFCA'

red 216 ◦ green 175 ◦ blue 202

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

Shades of Maverick #D8AFCA

Tints of Maverick #D8AFCA

RGB

 RED value IS 216 (84.77% from 255) = 36.42%

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

 BLUE value IS 202 (79.3% from 255) = 34.06%

R = 36.42%
G = 29.51%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8AFCA (or 0xD8AFCA) is known color: Maverick. HEX triplet: D8, AF and CA. RGB value is (216,175,202). Sum of RGB (Red+Green+Blue) = 216+175+202=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFCA is #275035. Grayscale: #BEBEBE. Windows color (decimal): -2576438 or 13283288. OLE color: 13283288.

HSL color Cylindrical-coordinate representation of color #D8AFCA: hue angle of 320.49º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AFCA is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 202 -
CMYK 0 0.19 0.06 0.15
HSL 320.49º 0.34% 0.77% -
HSV(B) 320.49º 0.19% 0.85% -
XYZ 54.31 49.52 62.57 -
YUV 190.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 216 175 202 0 0.19 0.06 0.15 320.49 0.34 0.77
Hex D8 AF CA 0 13 6 F 140 22 4D
Octal 330 257 312 0 23 6 17 500 42 115
Binary 11011000 10101111 11001010 0 10011 110 1111 101000000 100010 1001101

Color Harmonies of #D8AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFCA

Black with #D8AFCA

Text Example


Text Example

White with #D8AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFCA; }

 p { color: rgb(216,175,202); }

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

background-color css

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

 a { background-color: rgb(216,175,202); }

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

border-color css

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

 span { border-color: rgb(216,175,202); }

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