Html Css Color HEX #D3A6B1 Blossom

📋 copy color: '#D3A6B1'

red 211 ◦ green 166 ◦ blue 177

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

Shades of Blossom #D3A6B1

Tints of Blossom #D3A6B1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.96%

 BLUE value IS 177 (69.53% from 255) = 31.95%

R = 38.09%
G = 29.96%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D3A6B1 (or 0xD3A6B1) is known color: Blossom. HEX triplet: D3, A6 and B1. RGB value is (211,166,177). Sum of RGB (Red+Green+Blue) = 211+166+177=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A6B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A6B1 is #2C594E. Grayscale: #B4B4B4. Windows color (decimal): -2906447 or 11642579. OLE color: 11642579.

HSL color Cylindrical-coordinate representation of color #D3A6B1: hue angle of 345.33º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3A6B1 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 166 177 -
CMYK 0 0.21 0.16 0.17
HSL 345.33º 0.34% 0.74% -
HSV(B) 345.33º 0.21% 0.83% -
XYZ 48.44 44.3 47.59 -
YUV 180.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 211 166 177 0 0.21 0.16 0.17 345.33 0.34 0.74
Hex D3 A6 B1 0 15 10 11 159 22 4A
Octal 323 246 261 0 25 20 21 531 42 112
Binary 11010011 10100110 10110001 0 10101 10000 10001 101011001 100010 1001010

Color Harmonies of #D3A6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A6B1

Black with #D3A6B1

Text Example


Text Example

White with #D3A6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A6B1; }

 p { color: rgb(211,166,177); }

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

background-color css

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

 a { background-color: rgb(211,166,177); }

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

border-color css

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

 span { border-color: rgb(211,166,177); }

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