#DCAAB5

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

Shades of Blossom #DCAAB5

Tints of Blossom #DCAAB5

Color information

#DCAAB5 (or 0xDCAAB5) is unknown color: approx Blossom. HEX triplet: DC, AA and B5. RGB value is (220,170,181). Sum of RGB (Red+Green+Blue) = 220+170+181=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAB5 is #23554A. Grayscale: #BABABA. Windows color (decimal): -2315595 or 11905756. OLE color: 11905756.

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

Color convert

RGB220170181-
CMYK00.230.180.14
HSL346.8º41.67%76.47%-
HSV(B)346.8º22.73%86.27%-
XYZ52.2347.350.09-
YUV186.2125.06152.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 181 (71.09% from 255) = 31.70%
R=38.53%
G=29.77%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017018100.230.180.14346.841.6776.47
HexDCAAB501712E15b2a4c
Octal334252265027221653352114
Binary1101110010101010101101010101111001011101010110111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAB5; }

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

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

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

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

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

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

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

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