Html Css Color HEX #D7ACB7 Blossom

📋 copy color: '#D7ACB7'

red 215 ◦ green 172 ◦ blue 183

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

Shades of Blossom #D7ACB7

Tints of Blossom #D7ACB7

RGB

 RED value IS 215 (84.38% from 255) = 37.72%

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

 BLUE value IS 183 (71.88% from 255) = 32.11%

R = 37.72%
G = 30.18%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D7ACB7 (or 0xD7ACB7) is known color: Blossom. HEX triplet: D7, AC and B7. RGB value is (215,172,183). Sum of RGB (Red+Green+Blue) = 215+172+183=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACB7 is #285348. Grayscale: #BABABA. Windows color (decimal): -2642761 or 12037335. OLE color: 12037335.

HSL color Cylindrical-coordinate representation of color #D7ACB7: hue angle of 344.65º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ACB7 is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 172 183 -
CMYK 0 0.2 0.15 0.16
HSL 344.65º 0.35% 0.76% -
HSV(B) 344.65º 0.2% 0.84% -
XYZ 51.32 47.37 51.24 -
YUV 186.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 215 172 183 0 0.2 0.15 0.16 344.65 0.35 0.76
Hex D7 AC B7 0 14 F 10 159 23 4C
Octal 327 254 267 0 24 17 20 531 43 114
Binary 11010111 10101100 10110111 0 10100 1111 10000 101011001 100011 1001100

Color Harmonies of #D7ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ACB7

Black with #D7ACB7

Text Example


Text Example

White with #D7ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ACB7; }

 p { color: rgb(215,172,183); }

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

background-color css

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

 a { background-color: rgb(215,172,183); }

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

border-color css

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

 span { border-color: rgb(215,172,183); }

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