#DCACB7

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

Shades of Blossom #DCACB7

Tints of Blossom #DCACB7

Color information

#DCACB7 (or 0xDCACB7) is unknown color: approx Blossom. HEX triplet: DC, AC and B7. RGB value is (220,172,183). Sum of RGB (Red+Green+Blue) = 220+172+183=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACB7 is #235348. Grayscale: #BBBBBB. Windows color (decimal): -2315081 or 12037340. OLE color: 12037340.

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

Color convert

RGB220172183-
CMYK00.220.170.14
HSL346.25º40.68%76.86%-
HSV(B)346.25º21.82%86.27%-
XYZ52.8148.1451.31-
YUV187.61125.4151.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 183 (71.88% from 255) = 31.83%
R=38.26%
G=29.91%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017218300.220.170.14346.2540.6876.86
HexDCACB701611E15a294d
Octal334254267026211653251115
Binary1101110010101100101101110101101000111101010110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACB7; }

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

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

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

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

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

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

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

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