Html Css Color HEX #D3ACB6 Blossom

📋 copy color: '#D3ACB6'

red 211 ◦ green 172 ◦ blue 182

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

Shades of Blossom #D3ACB6

Tints of Blossom #D3ACB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.21%

R = 37.35%
G = 30.44%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D3ACB6 (or 0xD3ACB6) is known color: Blossom. HEX triplet: D3, AC and B6. RGB value is (211,172,182). Sum of RGB (Red+Green+Blue) = 211+172+182=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACB6 is #2C5349. Grayscale: #B8B8B8. Windows color (decimal): -2904906 or 11971795. OLE color: 11971795.

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

Color convert

RGB 211 172 182 -
CMYK 0 0.18 0.14 0.17
HSL 344.62º 0.31% 0.75% -
HSV(B) 344.62º 0.18% 0.83% -
XYZ 50.06 46.73 50.64 -
YUV 184.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 211 172 182 0 0.18 0.14 0.17 344.62 0.31 0.75
Hex D3 AC B6 0 12 E 11 159 1F 4B
Octal 323 254 266 0 22 16 21 531 37 113
Binary 11010011 10101100 10110110 0 10010 1110 10001 101011001 11111 1001011

Color Harmonies of #D3ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ACB6

Black with #D3ACB6

Text Example


Text Example

White with #D3ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ACB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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