Html Css Color HEX #D3BACC Maverick

📋 copy color: '#D3BACC'

red 211 ◦ green 186 ◦ blue 204

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

Shades of Maverick #D3BACC

Tints of Maverick #D3BACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.95%

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

R = 35.11%
G = 30.95%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D3BACC (or 0xD3BACC) is known color: Maverick. HEX triplet: D3, BA and CC. RGB value is (211,186,204). Sum of RGB (Red+Green+Blue) = 211+186+204=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BACC is #2C4533. Grayscale: #C3C3C3. Windows color (decimal): -2901300 or 13417171. OLE color: 13417171.

HSL color Cylindrical-coordinate representation of color #D3BACC: hue angle of 316.8º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BACC is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 186 204 -
CMYK 0 0.12 0.03 0.17
HSL 316.8º 0.22% 0.78% -
HSV(B) 316.8º 0.12% 0.83% -
XYZ 55.32 53.33 64.5 -
YUV 195.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 211 186 204 0 0.12 0.03 0.17 316.8 0.22 0.78
Hex D3 BA CC 0 C 3 11 13D 16 4E
Octal 323 272 314 0 14 3 21 475 26 116
Binary 11010011 10111010 11001100 0 1100 11 10001 100111101 10110 1001110

Color Harmonies of #D3BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BACC

Black with #D3BACC

Text Example


Text Example

White with #D3BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BACC; }

 p { color: rgb(211,186,204); }

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

background-color css

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

 a { background-color: rgb(211,186,204); }

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

border-color css

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

 span { border-color: rgb(211,186,204); }

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