#D6ABB6

Color #D6ABB6 Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #D6ABB6

Tints of Blossom #D6ABB6

Color information

#D6ABB6 (or 0xD6ABB6) is unknown color: approx Blossom. HEX triplet: D6, AB and B6. RGB value is (214,171,182). Sum of RGB (Red+Green+Blue) = 214+171+182=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABB6 is #295449. Grayscale: #B9B9B9. Windows color (decimal): -2708554 or 11971542. OLE color: 11971542.

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

Color convert

RGB214171182-
CMYK00.200.150.16
HSL344.65º34.4%75.49%-
HSV(B)344.65º20.09%83.92%-
XYZ50.7446.850.61-
YUV185.11126.25148.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 182 (71.48% from 255) = 32.10%
R=37.74%
G=30.16%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417118200.200.150.16344.6534.475.49
HexD6ABB6014F10159224b
Octal326253266024172053142113
Binary1101011010101011101101100101001111100001010110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABB6; }

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

 H1.HeaderClassName
 {
   color: #D6ABB6;
 }
 .AnyTagClassName
 {
   color: #D6ABB6;
 }
</style>
background-color css

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

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

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

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

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

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