#DCAAB4

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

Shades of Blossom #DCAAB4

Tints of Blossom #DCAAB4

Color information

#DCAAB4 (or 0xDCAAB4) is unknown color: approx Blossom. HEX triplet: DC, AA and B4. RGB value is (220,170,180). Sum of RGB (Red+Green+Blue) = 220+170+180=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAB4 is #23554B. Grayscale: #BABABA. Windows color (decimal): -2315596 or 11840220. OLE color: 11840220.

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

Color convert

RGB220170180-
CMYK00.230.180.14
HSL348º41.67%76.47%-
HSV(B)348º22.73%86.27%-
XYZ52.1347.2649.55-
YUV186.09124.56152.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 180 (70.70% from 255) = 31.58%
R=38.60%
G=29.82%
B=31.58%

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
Decimal22017018000.230.180.1434841.6776.47
HexDCAAB401712E15c2a4c
Octal334252264027221653452114
Binary1101110010101010101101000101111001011101010111001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAB4; }

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

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

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

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

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

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

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

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