#D0A8B4

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

Shades of Blossom #D0A8B4

Tints of Blossom #D0A8B4

Color information

#D0A8B4 (or 0xD0A8B4) is unknown color: approx Blossom. HEX triplet: D0, A8 and B4. RGB value is (208,168,180). Sum of RGB (Red+Green+Blue) = 208+168+180=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8B4 is #2F574B. Grayscale: #B5B5B5. Windows color (decimal): -3102540 or 11839696. OLE color: 11839696.

HSL color Cylindrical-coordinate representation of color #D0A8B4: hue angle of 342º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0A8B4 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB208168180-
CMYK00.190.130.18
HSL342º29.85%73.73%-
HSV(B)342º19.23%81.57%-
XYZ48.2544.7149.27-
YUV181.33127.25147.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.41%
GREEN value IS 168 (66.02% from 255) = 30.22%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=37.41%
G=30.22%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816818000.190.130.1834229.8573.73
HexD0A8B4013D121561e4a
Octal320250264023152252636112
Binary110100001010100010110100010011110110010101010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A8B4; }

 p { color: rgb(208,168,180); }

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

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

 a { background-color: rgb(208,168,180); }

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

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

 span { border-color: rgb(208,168,180); }

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