#DCAAB2

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

Shades of Blossom #DCAAB2

Tints of Blossom #DCAAB2

Color information

#DCAAB2 (or 0xDCAAB2) is unknown color: approx Blossom. HEX triplet: DC, AA and B2. RGB value is (220,170,178). Sum of RGB (Red+Green+Blue) = 220+170+178=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAAB2 is #23554D. Grayscale: #B9B9B9. Windows color (decimal): -2315598 or 11709148. OLE color: 11709148.

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

Color convert

RGB220170178-
CMYK00.230.190.14
HSL350.4º41.67%76.47%-
HSV(B)350.4º22.73%86.27%-
XYZ51.9347.1848.49-
YUV185.86123.56152.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 178 (69.92% from 255) = 31.34%
R=38.73%
G=29.93%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017017800.230.190.14350.441.6776.47
HexDCAAB201713E15e2a4c
Octal334252262027231653652114
Binary1101110010101010101100100101111001111101010111101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAB2; }

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

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

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

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

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

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

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

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