#DCACB8

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

Shades of Blossom #DCACB8

Tints of Blossom #DCACB8

Color information

#DCACB8 (or 0xDCACB8) is unknown color: approx Blossom. HEX triplet: DC, AC and B8. RGB value is (220,172,184). Sum of RGB (Red+Green+Blue) = 220+172+184=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACB8 is #235347. Grayscale: #BBBBBB. Windows color (decimal): -2315080 or 12102876. OLE color: 12102876.

HSL color Cylindrical-coordinate representation of color #DCACB8: hue angle of 345º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACB8 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220172184-
CMYK00.220.160.14
HSL345º40.68%76.86%-
HSV(B)345º21.82%86.27%-
XYZ52.9248.1851.86-
YUV187.72125.9151.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 184 (72.27% from 255) = 31.94%
R=38.19%
G=29.86%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017218400.220.160.1434540.6876.86
HexDCACB801610E159294d
Octal334254270026201653151115
Binary1101110010101100101110000101101000011101010110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACB8; }

 p { color: rgb(220,172,184); }

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

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

 a { background-color: rgb(220,172,184); }

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

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

 span { border-color: rgb(220,172,184); }

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