Html Css Color HEX #D3ACCA Maverick

📋 copy color: '#D3ACCA'

red 211 ◦ green 172 ◦ blue 202

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

Shades of Maverick #D3ACCA

Tints of Maverick #D3ACCA

RGB

 RED value IS 211 (82.81% from 255) = 36.07%

 GREEN value IS 172 (67.58% from 255) = 29.4%

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

R = 36.07%
G = 29.4%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D3ACCA (or 0xD3ACCA) is known color: Maverick. HEX triplet: D3, AC and CA. RGB value is (211,172,202). Sum of RGB (Red+Green+Blue) = 211+172+202=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACCA is #2C5335. Grayscale: #BABABA. Windows color (decimal): -2904886 or 13282515. OLE color: 13282515.

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

Color convert

RGB 211 172 202 -
CMYK 0 0.18 0.04 0.17
HSL 313.85º 0.31% 0.75% -
HSV(B) 313.85º 0.18% 0.83% -
XYZ 52.28 47.62 62.31 -
YUV 187.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 211 172 202 0 0.18 0.04 0.17 313.85 0.31 0.75
Hex D3 AC CA 0 12 4 11 13A 1F 4B
Octal 323 254 312 0 22 4 21 472 37 113
Binary 11010011 10101100 11001010 0 10010 100 10001 100111010 11111 1001011

Color Harmonies of #D3ACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ACCA

Black with #D3ACCA

Text Example


Text Example

White with #D3ACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ACCA; }

 p { color: rgb(211,172,202); }

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

background-color css

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

 a { background-color: rgb(211,172,202); }

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

border-color css

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

 span { border-color: rgb(211,172,202); }

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