#D6ABB2

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

Shades of Blossom #D6ABB2

Tints of Blossom #D6ABB2

Color information

#D6ABB2 (or 0xD6ABB2) is unknown color: approx Blossom. HEX triplet: D6, AB and B2. RGB value is (214,171,178). Sum of RGB (Red+Green+Blue) = 214+171+178=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABB2 is #29544D. Grayscale: #B8B8B8. Windows color (decimal): -2708558 or 11709398. OLE color: 11709398.

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

Color convert

RGB214171178-
CMYK00.200.170.16
HSL350.23º34.4%75.49%-
HSV(B)350.23º20.09%83.92%-
XYZ50.3346.6448.47-
YUV184.66124.25148.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 178 (69.92% from 255) = 31.62%
R=38.01%
G=30.37%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417117800.200.170.16350.2334.475.49
HexD6ABB2014111015e224b
Octal326253262024212053642113
Binary11010110101010111011001001010010001100001010111101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABB2; }

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

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

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

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

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

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

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

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