Html Css Color HEX #D6ACB6 Blossom

📋 copy color: '#D6ACB6'

red 214 ◦ green 172 ◦ blue 182

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

Shades of Blossom #D6ACB6

Tints of Blossom #D6ACB6

RGB

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

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

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

R = 37.68%
G = 30.28%
B = 32.04%

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

#D6ACB6 (or 0xD6ACB6) is known color: Blossom. HEX triplet: D6, AC and B6. RGB value is (214,172,182). Sum of RGB (Red+Green+Blue) = 214+172+182=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACB6 is #295349. Grayscale: #B9B9B9. Windows color (decimal): -2708298 or 11971798. OLE color: 11971798.

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

Color convert

RGB 214 172 182 -
CMYK 0 0.20 0.15 0.16
HSL 345.71º 0.34% 0.76% -
HSV(B) 345.71º 0.2% 0.84% -
XYZ 50.93 47.18 50.68 -
YUV 185.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 214 172 182 0 0.20 0.15 0.16 345.71 0.34 0.76
Hex D6 AC B6 0 14 F 10 15A 22 4C
Octal 326 254 266 0 24 17 20 532 42 114
Binary 11010110 10101100 10110110 0 10100 1111 10000 101011010 100010 1001100

Color Harmonies of #D6ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACB6

Black with #D6ACB6

Text Example


Text Example

White with #D6ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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