Html Css Color HEX #D3A6B3 Blossom

📋 copy color: '#D3A6B3'

red 211 ◦ green 166 ◦ blue 179

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

Shades of Blossom #D3A6B3

Tints of Blossom #D3A6B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.19%

R = 37.95%
G = 29.86%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D3A6B3 (or 0xD3A6B3) is known color: Blossom. HEX triplet: D3, A6 and B3. RGB value is (211,166,179). Sum of RGB (Red+Green+Blue) = 211+166+179=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A6B3 is #2C594C. Grayscale: #B4B4B4. Windows color (decimal): -2906445 or 11773651. OLE color: 11773651.

HSL color Cylindrical-coordinate representation of color #D3A6B3: hue angle of 342.67º 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 #D3A6B3 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 166 179 -
CMYK 0 0.21 0.15 0.17
HSL 342.67º 0.34% 0.74% -
HSV(B) 342.67º 0.21% 0.83% -
XYZ 48.64 44.38 48.65 -
YUV 180.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 211 166 179 0 0.21 0.15 0.17 342.67 0.34 0.74
Hex D3 A6 B3 0 15 F 11 157 22 4A
Octal 323 246 263 0 25 17 21 527 42 112
Binary 11010011 10100110 10110011 0 10101 1111 10001 101010111 100010 1001010

Color Harmonies of #D3A6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A6B3

Black with #D3A6B3

Text Example


Text Example

White with #D3A6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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