Html Css Color HEX #D4ACB7 Blossom

📋 copy color: '#D4ACB7'

red 212 ◦ green 172 ◦ blue 183

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

Shades of Blossom #D4ACB7

Tints of Blossom #D4ACB7

RGB

 RED value IS 212 (83.2% from 255) = 37.39%

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

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

R = 37.39%
G = 30.34%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D4ACB7 (or 0xD4ACB7) is known color: Blossom. HEX triplet: D4, AC and B7. RGB value is (212,172,183). Sum of RGB (Red+Green+Blue) = 212+172+183=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACB7 is #2B5348. Grayscale: #B9B9B9. Windows color (decimal): -2839369 or 12037332. OLE color: 12037332.

HSL color Cylindrical-coordinate representation of color #D4ACB7: hue angle of 343.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ACB7 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 183 -
CMYK 0 0.19 0.14 0.17
HSL 343.5º 0.32% 0.75% -
HSV(B) 343.5º 0.19% 0.83% -
XYZ 50.45 46.92 51.2 -
YUV 185.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 212 172 183 0 0.19 0.14 0.17 343.5 0.32 0.75
Hex D4 AC B7 0 13 E 11 158 20 4B
Octal 324 254 267 0 23 16 21 530 40 113
Binary 11010100 10101100 10110111 0 10011 1110 10001 101011000 100000 1001011

Color Harmonies of #D4ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACB7

Black with #D4ACB7

Text Example


Text Example

White with #D4ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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