Html Css Color HEX #D6ACB5 Blossom

📋 copy color: '#D6ACB5'

red 214 ◦ green 172 ◦ blue 181

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

Shades of Blossom #D6ACB5

Tints of Blossom #D6ACB5

RGB

 RED value IS 214 (83.98% from 255) = 37.74%

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

 BLUE value IS 181 (71.09% from 255) = 31.92%

R = 37.74%
G = 30.34%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D6ACB5 (or 0xD6ACB5) is known color: Blossom. HEX triplet: D6, AC and B5. RGB value is (214,172,181). Sum of RGB (Red+Green+Blue) = 214+172+181=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACB5 is #29534A. Grayscale: #B9B9B9. Windows color (decimal): -2708299 or 11906262. OLE color: 11906262.

HSL color Cylindrical-coordinate representation of color #D6ACB5: hue angle of 347.14º degrees, saturation: 0.34, 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 #D6ACB5 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 172 181 -
CMYK 0 0.20 0.15 0.16
HSL 347.14º 0.34% 0.76% -
HSV(B) 347.14º 0.2% 0.84% -
XYZ 50.82 47.14 50.14 -
YUV 185.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 214 172 181 0 0.20 0.15 0.16 347.14 0.34 0.76
Hex D6 AC B5 0 14 F 10 15B 22 4C
Octal 326 254 265 0 24 17 20 533 42 114
Binary 11010110 10101100 10110101 0 10100 1111 10000 101011011 100010 1001100

Color Harmonies of #D6ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACB5

Black with #D6ACB5

Text Example


Text Example

White with #D6ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACB5; }

 p { color: rgb(214,172,181); }

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

background-color css

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

 a { background-color: rgb(214,172,181); }

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

border-color css

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

 span { border-color: rgb(214,172,181); }

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