Html Css Color HEX #D3ACB4 Blossom

📋 copy color: '#D3ACB4'

red 211 ◦ green 172 ◦ blue 180

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

Shades of Blossom #D3ACB4

Tints of Blossom #D3ACB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.97%

R = 37.48%
G = 30.55%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D3ACB4 (or 0xD3ACB4) is known color: Blossom. HEX triplet: D3, AC and B4. RGB value is (211,172,180). Sum of RGB (Red+Green+Blue) = 211+172+180=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACB4 is #2C534B. Grayscale: #B8B8B8. Windows color (decimal): -2904908 or 11840723. OLE color: 11840723.

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

Color convert

RGB 211 172 180 -
CMYK 0 0.18 0.15 0.17
HSL 347.69º 0.31% 0.75% -
HSV(B) 347.69º 0.18% 0.83% -
XYZ 49.85 46.65 49.56 -
YUV 184.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 211 172 180 0 0.18 0.15 0.17 347.69 0.31 0.75
Hex D3 AC B4 0 12 F 11 15C 1F 4B
Octal 323 254 264 0 22 17 21 534 37 113
Binary 11010011 10101100 10110100 0 10010 1111 10001 101011100 11111 1001011

Color Harmonies of #D3ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ACB4

Black with #D3ACB4

Text Example


Text Example

White with #D3ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ACB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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