#DCAAB7

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

Shades of Blossom #DCAAB7

Tints of Blossom #DCAAB7

Color information

#DCAAB7 (or 0xDCAAB7) is unknown color: approx Blossom. HEX triplet: DC, AA and B7. RGB value is (220,170,183). Sum of RGB (Red+Green+Blue) = 220+170+183=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAB7 is #235548. Grayscale: #BABABA. Windows color (decimal): -2315593 or 12036828. OLE color: 12036828.

HSL color Cylindrical-coordinate representation of color #DCAAB7: hue angle of 344.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAAB7 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB220170183-
CMYK00.230.170.14
HSL344.4º41.67%76.47%-
HSV(B)344.4º22.73%86.27%-
XYZ52.4447.3851.18-
YUV186.43126.06151.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 183 (71.88% from 255) = 31.94%
R=38.39%
G=29.67%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017018300.230.170.14344.441.6776.47
HexDCAAB701711E1582a4c
Octal334252267027211653052114
Binary1101110010101010101101110101111000111101010110001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAB7; }

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

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

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

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

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

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

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

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