#DCACB5

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

Shades of Blossom #DCACB5

Tints of Blossom #DCACB5

Color information

#DCACB5 (or 0xDCACB5) is unknown color: approx Blossom. HEX triplet: DC, AC and B5. RGB value is (220,172,181). Sum of RGB (Red+Green+Blue) = 220+172+181=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACB5 is #23534A. Grayscale: #BBBBBB. Windows color (decimal): -2315083 or 11906268. OLE color: 11906268.

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

Color convert

RGB220172181-
CMYK00.220.180.14
HSL348.75º40.68%76.86%-
HSV(B)348.75º21.82%86.27%-
XYZ52.6148.0650.22-
YUV187.38124.4151.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=38.39%
G=30.02%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017218100.220.180.14348.7540.6876.86
HexDCACB501612E15d294d
Octal334254265026221653551115
Binary1101110010101100101101010101101001011101010111011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACB5; }

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

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

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

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

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

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

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

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